Html Css Color HEX #AA03BC Dark Violet

📋 copy color: '#AA03BC'

red 170 ◦ green 3 ◦ blue 188

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

Shades of Dark Violet #AA03BC

Tints of Dark Violet #AA03BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 47.09%
G = 0.83%
B = 52.08%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA03BC (or 0xAA03BC) is known color: Dark Violet. HEX triplet: AA, 03 and BC. RGB value is (170,3,188). Sum of RGB (Red+Green+Blue) = 170+3+188=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA03BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03BC is #55FC43. Grayscale: #494949. Windows color (decimal): -5635140 or 12321706. OLE color: 12321706.

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

Color convert

RGB 170 3 188 -
CMYK 0.10 0.98 0 0.26
HSL 294.16º 0.97% 0.37% -
HSV(B) 294.16º 0.98% 0.74% -
XYZ 25.69 12.24 48.59 -
YUV 74.02 192.33 196.46 -
System Red Green Blue C M Y K H S L
Decimal 170 3 188 0.10 0.98 0 0.26 294.16 0.97 0.37
Hex AA 3 BC A 62 0 1A 126 61 25
Octal 252 3 274 12 142 0 32 446 141 45
Binary 10101010 11 10111100 1010 1100010 0 11010 100100110 1100001 100101

Color Harmonies of #AA03BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03BC

Black with #AA03BC

Text Example


Text Example

White with #AA03BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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