Html Css Color HEX #AA00B8 Dark Violet

📋 copy color: '#AA00B8'

red 170 ◦ green 0 ◦ blue 184

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

Shades of Dark Violet #AA00B8

Tints of Dark Violet #AA00B8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 184 (72.27% from 255) = 51.98%

R = 48.02%
G = 0%
B = 51.98%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA00B8 (or 0xAA00B8) is known color: Dark Violet. HEX triplet: AA, 00 and B8. RGB value is (170,0,184). Sum of RGB (Red+Green+Blue) = 170+0+184=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA00B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00B8 is #55FF47. Grayscale: #474747. Windows color (decimal): -5635912 or 12058794. OLE color: 12058794.

HSL color Cylindrical-coordinate representation of color #AA00B8: hue angle of 295.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00B8 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 0 184 -
CMYK 0.08 1 0 0.28
HSL 295.43º 1% 0.36% -
HSV(B) 295.43º 1% 0.72% -
XYZ 25.23 12.01 46.34 -
YUV 71.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 170 0 184 0.08 1 0 0.28 295.43 1 0.36
Hex AA 0 B8 8 64 0 1C 127 64 24
Octal 252 0 270 10 144 0 34 447 144 44
Binary 10101010 0 10111000 1000 1100100 0 11100 100100111 1100100 100100

Color Harmonies of #AA00B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00B8

Black with #AA00B8

Text Example


Text Example

White with #AA00B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00B8; }

 p { color: rgb(170,0,184); }

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

background-color css

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

 a { background-color: rgb(170,0,184); }

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

border-color css

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

 span { border-color: rgb(170,0,184); }

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