#A02FF7

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

Shades of Blue Violet #A02FF7

Tints of Blue Violet #A02FF7

Color information

#A02FF7 (or 0xA02FF7) is unknown color: approx Blue Violet. HEX triplet: A0, 2F and F7. RGB value is (160,47,247). Sum of RGB (Red+Green+Blue) = 160+47+247=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #A02FF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02FF7 is #5FD008. Grayscale: #666666. Windows color (decimal): -6279177 or 16199584. OLE color: 16199584.

HSL color Cylindrical-coordinate representation of color #A02FF7: hue angle of 273.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02FF7 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16047247-
CMYK0.350.8100.03
HSL273.9º92.59%57.65%-
HSV(B)273.9º80.97%96.86%-
XYZ32.316.2289.42-
YUV103.59208.94168.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 47 (18.75% from 255) = 10.35%
BLUE value IS 247 (96.88% from 255) = 54.41%
R=35.24%
G=10.35%
B=54.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160472470.350.8100.03273.992.5957.65
HexA02FF72351031125d3a
Octal24057367431210342213572
Binary101000001011111111011110001110100010111000100101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02FF7; }

 p { color: rgb(160,47,247); }

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

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

 a { background-color: rgb(160,47,247); }

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

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

 span { border-color: rgb(160,47,247); }

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