Html Css Color HEX #AA19BE Dark Orchid

📋 copy color: '#AA19BE'

red 170 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #AA19BE

Tints of Dark Orchid #AA19BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

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

R = 44.16%
G = 6.49%
B = 49.35%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA19BE (or 0xAA19BE) is known color: Dark Orchid. HEX triplet: AA, 19 and BE. RGB value is (170,25,190). Sum of RGB (Red+Green+Blue) = 170+25+190=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA19BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19BE is #55E641. Grayscale: #565656. Windows color (decimal): -5629506 or 12458410. OLE color: 12458410.

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

Color convert

RGB 170 25 190 -
CMYK 0.11 0.87 0 0.25
HSL 292.73º 0.77% 0.42% -
HSV(B) 292.73º 0.87% 0.75% -
XYZ 26.22 12.96 49.83 -
YUV 87.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 170 25 190 0.11 0.87 0 0.25 292.73 0.77 0.42
Hex AA 19 BE B 57 0 19 125 4D 2A
Octal 252 31 276 13 127 0 31 445 115 52
Binary 10101010 11001 10111110 1011 1010111 0 11001 100100101 1001101 101010

Color Harmonies of #AA19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19BE

Black with #AA19BE

Text Example


Text Example

White with #AA19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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