#A642FC

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

Shades of Blue Violet #A642FC

Tints of Blue Violet #A642FC

Color information

#A642FC (or 0xA642FC) is unknown color: approx Blue Violet. HEX triplet: A6, 42 and FC. RGB value is (166,66,252). Sum of RGB (Red+Green+Blue) = 166+66+252=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #A642FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642FC is #59BD03. Grayscale: #747474. Windows color (decimal): -5881092 or 16532134. OLE color: 16532134.

HSL color Cylindrical-coordinate representation of color #A642FC: hue angle of 272.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A642FC is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16666252-
CMYK0.340.7400.01
HSL272.26º96.88%62.35%-
HSV(B)272.26º73.81%98.82%-
XYZ35.2419.0393.91-
YUV117.1204.13162.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 66 (26.17% from 255) = 13.64%
BLUE value IS 252 (98.83% from 255) = 52.07%
R=34.30%
G=13.64%
B=52.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166662520.340.7400.01272.2696.8862.35
HexA642FC224A01110613e
Octal246102374421120142014176
Binary101001101000010111111001000101001010011000100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642FC; }

 p { color: rgb(166,66,252); }

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

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

 a { background-color: rgb(166,66,252); }

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

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

 span { border-color: rgb(166,66,252); }

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