Html Css Color HEX #AA18BB Dark Orchid

📋 copy color: '#AA18BB'

red 170 ◦ green 24 ◦ blue 187

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

Shades of Dark Orchid #AA18BB

Tints of Dark Orchid #AA18BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.3%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 44.62%
G = 6.3%
B = 49.08%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA18BB (or 0xAA18BB) is known color: Dark Orchid. HEX triplet: AA, 18 and BB. RGB value is (170,24,187). Sum of RGB (Red+Green+Blue) = 170+24+187=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA18BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18BB is #55E744. Grayscale: #555555. Windows color (decimal): -5629765 or 12261546. OLE color: 12261546.

HSL color Cylindrical-coordinate representation of color #AA18BB: hue angle of 293.74º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA18BB is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 24 187 -
CMYK 0.09 0.87 0 0.27
HSL 293.74º 0.77% 0.41% -
HSV(B) 293.74º 0.87% 0.73% -
XYZ 25.87 12.79 48.12 -
YUV 86.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 170 24 187 0.09 0.87 0 0.27 293.74 0.77 0.41
Hex AA 18 BB 9 57 0 1B 126 4D 29
Octal 252 30 273 11 127 0 33 446 115 51
Binary 10101010 11000 10111011 1001 1010111 0 11011 100100110 1001101 101001

Color Harmonies of #AA18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18BB

Black with #AA18BB

Text Example


Text Example

White with #AA18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18BB; }

 p { color: rgb(170,24,187); }

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

background-color css

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

 a { background-color: rgb(170,24,187); }

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

border-color css

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

 span { border-color: rgb(170,24,187); }

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