#A72AEA

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

Shades of Blue Violet #A72AEA

Tints of Blue Violet #A72AEA

Color information

#A72AEA (or 0xA72AEA) is unknown color: approx Blue Violet. HEX triplet: A7, 2A and EA. RGB value is (167,42,234). Sum of RGB (Red+Green+Blue) = 167+42+234=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #A72AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72AEA is #58D515. Grayscale: #646464. Windows color (decimal): -5821718 or 15346343. OLE color: 15346343.

HSL color Cylindrical-coordinate representation of color #A72AEA: hue angle of 279.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A72AEA is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16742234-
CMYK0.290.8200.08
HSL279.06º82.05%54.12%-
HSV(B)279.06º82.05%91.76%-
XYZ31.6215.8179.23-
YUV101.26202.91174.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 42 (16.80% from 255) = 9.48%
BLUE value IS 234 (91.80% from 255) = 52.82%
R=37.70%
G=9.48%
B=52.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal167422340.290.8200.08279.0682.0554.12
HexA72AEA1D52081175236
Octal247523523512201042712266
Binary1010011110101011101010111011010010010001000101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72AEA; }

 p { color: rgb(167,42,234); }

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

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

 a { background-color: rgb(167,42,234); }

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

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

 span { border-color: rgb(167,42,234); }

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