Html Css Color HEX #AA18AD Dark Orchid

📋 copy color: '#AA18AD'

red 170 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #AA18AD

Tints of Dark Orchid #AA18AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 46.32%
G = 6.54%
B = 47.14%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA18AD (or 0xAA18AD) is known color: Dark Orchid. HEX triplet: AA, 18 and AD. RGB value is (170,24,173). Sum of RGB (Red+Green+Blue) = 170+24+173=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18AD is #55E752. Grayscale: #545454. Windows color (decimal): -5629779 or 11344042. OLE color: 11344042.

HSL color Cylindrical-coordinate representation of color #AA18AD: hue angle of 298.79º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA18AD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 24 173 -
CMYK 0.02 0.86 0 0.32
HSL 298.79º 0.76% 0.39% -
HSV(B) 298.79º 0.86% 0.68% -
XYZ 24.45 12.22 40.6 -
YUV 84.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 170 24 173 0.02 0.86 0 0.32 298.79 0.76 0.39
Hex AA 18 AD 2 56 0 20 12B 4C 27
Octal 252 30 255 2 126 0 40 453 114 47
Binary 10101010 11000 10101101 10 1010110 0 100000 100101011 1001100 100111

Color Harmonies of #AA18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18AD

Black with #AA18AD

Text Example


Text Example

White with #AA18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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