#A642FD

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

Shades of Blue Violet #A642FD

Tints of Blue Violet #A642FD

Color information

#A642FD (or 0xA642FD) is unknown color: approx Blue Violet. HEX triplet: A6, 42 and FD. RGB value is (166,66,253). Sum of RGB (Red+Green+Blue) = 166+66+253=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #A642FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642FD is #59BD02. Grayscale: #747474. Windows color (decimal): -5881091 or 16597670. OLE color: 16597670.

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

Color convert

RGB16666253-
CMYK0.340.7400.01
HSL272.09º97.91%62.55%-
HSV(B)272.09º73.91%99.22%-
XYZ35.419.194.75-
YUV117.22204.63162.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 66 (26.17% from 255) = 13.61%
BLUE value IS 253 (99.22% from 255) = 52.16%
R=34.23%
G=13.61%
B=52.16%

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
Decimal166662530.340.7400.01272.0997.9162.55
HexA642FD224A01110623f
Octal246102375421120142014277
Binary101001101000010111111011000101001010011000100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642FD; }

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

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

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

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

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

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

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

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