Html Css Color HEX #AA00BE Dark Violet

📋 copy color: '#AA00BE'

red 170 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #AA00BE

Tints of Dark Violet #AA00BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 47.22%
G = 0%
B = 52.78%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA00BE (or 0xAA00BE) is known color: Dark Violet. HEX triplet: AA, 00 and BE. RGB value is (170,0,190). Sum of RGB (Red+Green+Blue) = 170+0+190=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00BE is #55FF41. Grayscale: #474747. Windows color (decimal): -5635906 or 12452010. OLE color: 12452010.

HSL color Cylindrical-coordinate representation of color #AA00BE: hue angle of 293.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00BE is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 0 190 -
CMYK 0.11 1 0 0.25
HSL 293.68º 1% 0.37% -
HSV(B) 293.68º 1% 0.75% -
XYZ 25.87 12.26 49.72 -
YUV 72.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 170 0 190 0.11 1 0 0.25 293.68 1 0.37
Hex AA 0 BE B 64 0 19 126 64 25
Octal 252 0 276 13 144 0 31 446 144 45
Binary 10101010 0 10111110 1011 1100100 0 11001 100100110 1100100 100101

Color Harmonies of #AA00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00BE

Black with #AA00BE

Text Example


Text Example

White with #AA00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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