Html Css Color HEX #AA0FBC Dark Violet

📋 copy color: '#AA0FBC'

red 170 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #AA0FBC

Tints of Dark Violet #AA0FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 45.58%
G = 4.02%
B = 50.4%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA0FBC (or 0xAA0FBC) is known color: Dark Violet. HEX triplet: AA, 0F and BC. RGB value is (170,15,188). Sum of RGB (Red+Green+Blue) = 170+15+188=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA0FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FBC is #55F043. Grayscale: #505050. Windows color (decimal): -5632068 or 12324778. OLE color: 12324778.

HSL color Cylindrical-coordinate representation of color #AA0FBC: hue angle of 293.76º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FBC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 15 188 -
CMYK 0.10 0.92 0 0.26
HSL 293.76º 0.85% 0.4% -
HSV(B) 293.76º 0.92% 0.74% -
XYZ 25.83 12.52 48.63 -
YUV 81.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 170 15 188 0.10 0.92 0 0.26 293.76 0.85 0.4
Hex AA F BC A 5C 0 1A 126 55 28
Octal 252 17 274 12 134 0 32 446 125 50
Binary 10101010 1111 10111100 1010 1011100 0 11010 100100110 1010101 101000

Color Harmonies of #AA0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FBC

Black with #AA0FBC

Text Example


Text Example

White with #AA0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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