Html Css Color HEX #AA0FBA Dark Violet

📋 copy color: '#AA0FBA'

red 170 ◦ green 15 ◦ blue 186

#AA0FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AA0FBA

Tints of Dark Violet #AA0FBA

RGB

 RED value IS 170 (66.8% from 255) = 45.82%

 GREEN value IS 15 (6.25% from 255) = 4.04%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 45.82%
G = 4.04%
B = 50.13%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA0FBA (or 0xAA0FBA) is known color: Dark Violet. HEX triplet: AA, 0F and BA. RGB value is (170,15,186). Sum of RGB (Red+Green+Blue) = 170+15+186=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA0FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FBA is #55F045. Grayscale: #505050. Windows color (decimal): -5632070 or 12193706. OLE color: 12193706.

HSL color Cylindrical-coordinate representation of color #AA0FBA: hue angle of 294.39º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FBA is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 15 186 -
CMYK 0.09 0.92 0 0.27
HSL 294.39º 0.85% 0.39% -
HSV(B) 294.39º 0.92% 0.73% -
XYZ 25.61 12.43 47.5 -
YUV 80.84 187.35 191.6 -
System Red Green Blue C M Y K H S L
Decimal 170 15 186 0.09 0.92 0 0.27 294.39 0.85 0.39
Hex AA F BA 9 5C 0 1B 126 55 27
Octal 252 17 272 11 134 0 33 446 125 47
Binary 10101010 1111 10111010 1001 1011100 0 11011 100100110 1010101 100111

Color Harmonies of #AA0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FBA

Black with #AA0FBA

Text Example


Text Example

White with #AA0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FBA; }

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

 H1.HeaderClassName
 {
   color: #AA0FBA;
 }
 .AnyTagClassName
 {
   color: #AA0FBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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