#a826f2

Color #A826F2 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A826F2

Tints of Blue Violet #A826F2

Color information

#A826F2 (or 0xA826F2) is unknown color: approx Blue Violet. HEX triplet: A8, 26 and F2. RGB value is (168,38,242). Sum of RGB (Red+Green+Blue) = 168+38+242=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #A826F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826F2 is #57D90D. Grayscale: #636363. Windows color (decimal): -5757198 or 15869608. OLE color: 15869608.

HSL color Cylindrical-coordinate representation of color #A826F2: hue angle of 278.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826F2 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16838242-
CMYK0.310.8400.05
HSL278.24º88.7%54.9%-
HSV(B)278.24º84.3%94.9%-
XYZ32.8716.1285.38-
YUV100.13208.07176.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 8.48%
BLUE value IS 242 (94.92% from 255) = 54.02%
R=37.5%
G=8.48%
B=54.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168382420.310.8400.05278.2488.754.9
HexA826F21F54051165937
Octal25046362371240542613167
Binary101010001001101111001011111101010001011000101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a826f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a826f2; }

 p { color: rgb(168,38,242); }

 H1.HeaderClassName
 {
   color: #a826f2;
 }
 .AnyTagClassName
 {
   color: #a826f2;
 }
</style>
background-color css

<style>
 a { background-color: #a826f2; }

 a { background-color: rgb(168,38,242); }

 div.DivClassName
 {
   background-color: #a826f2;
 }
 .BgClassName
 {
   background-color: #a826f2;
 }
</style>
border-color css

<style>
 span { border-color: #a826f2; }

 span { border-color: rgb(168,38,242); }

 td.TdClassName
 {
   border-color: #a826f2;
 }
 .TagClassName
 {
   border-color: #a826f2;
 }
</style>