#AA0FC4

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

Shades of Dark Violet #AA0FC4

Tints of Dark Violet #AA0FC4

Color information

#AA0FC4 (or 0xAA0FC4) is unknown color: approx Dark Violet. HEX triplet: AA, 0F and C4. RGB value is (170,15,196). Sum of RGB (Red+Green+Blue) = 170+15+196=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA0FC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FC4 is #55F03B. Grayscale: #515151. Windows color (decimal): -5632060 or 12849066. OLE color: 12849066.

HSL color Cylindrical-coordinate representation of color #AA0FC4: hue angle of 291.38º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FC4 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17015196-
CMYK0.130.9200.23
HSL291.38º85.78%41.37%-
HSV(B)291.38º92.35%76.86%-
XYZ26.7112.8753.3-
YUV81.98192.35190.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 15 (6.25% from 255) = 3.94%
BLUE value IS 196 (76.95% from 255) = 51.44%
R=44.62%
G=3.94%
B=51.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170151960.130.9200.23291.3885.7841.37
HexAAFC4D5C0171235629
Octal252173041513402744312651
Binary10101010111111000100110110111000101111001000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0FC4; }

 p { color: rgb(170,15,196); }

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

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

 a { background-color: rgb(170,15,196); }

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

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

 span { border-color: rgb(170,15,196); }

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