#A838F6

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

Shades of Blue Violet #A838F6

Tints of Blue Violet #A838F6

Color information

#A838F6 (or 0xA838F6) is unknown color: approx Blue Violet. HEX triplet: A8, 38 and F6. RGB value is (168,56,246). Sum of RGB (Red+Green+Blue) = 168+56+246=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #A838F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838F6 is #57C709. Grayscale: #6E6E6E. Windows color (decimal): -5752586 or 16136360. OLE color: 16136360.

HSL color Cylindrical-coordinate representation of color #A838F6: hue angle of 275.37º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A838F6 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16856246-
CMYK0.320.7700.04
HSL275.37º91.35%59.22%-
HSV(B)275.37º77.24%96.47%-
XYZ34.217.8188.82-
YUV111.15204.11168.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 56 (22.27% from 255) = 11.91%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=35.74%
G=11.91%
B=52.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168562460.320.7700.04275.3791.3559.22
HexA838F6204D041135b3b
Octal25070366401150442313373
Binary1010100011100011110110100000100110101001000100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838F6; }

 p { color: rgb(168,56,246); }

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

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

 a { background-color: rgb(168,56,246); }

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

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

 span { border-color: rgb(168,56,246); }

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