Html Css Color HEX #AA18B5 Dark Orchid

📋 copy color: '#AA18B5'

red 170 ◦ green 24 ◦ blue 181

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

Shades of Dark Orchid #AA18B5

Tints of Dark Orchid #AA18B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.27%

R = 45.33%
G = 6.4%
B = 48.27%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA18B5 (or 0xAA18B5) is known color: Dark Orchid. HEX triplet: AA, 18 and B5. RGB value is (170,24,181). Sum of RGB (Red+Green+Blue) = 170+24+181=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA18B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18B5 is #55E74A. Grayscale: #555555. Windows color (decimal): -5629771 or 11868330. OLE color: 11868330.

HSL color Cylindrical-coordinate representation of color #AA18B5: hue angle of 295.8º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA18B5 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 24 181 -
CMYK 0.06 0.87 0 0.29
HSL 295.8º 0.77% 0.4% -
HSV(B) 295.8º 0.87% 0.71% -
XYZ 25.24 12.54 44.81 -
YUV 85.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 170 24 181 0.06 0.87 0 0.29 295.8 0.77 0.4
Hex AA 18 B5 6 57 0 1D 128 4D 28
Octal 252 30 265 6 127 0 35 450 115 50
Binary 10101010 11000 10110101 110 1010111 0 11101 100101000 1001101 101000

Color Harmonies of #AA18B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18B5

Black with #AA18B5

Text Example


Text Example

White with #AA18B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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