Html Css Color HEX #AA18C9 Dark Orchid

📋 copy color: '#AA18C9'

red 170 ◦ green 24 ◦ blue 201

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

Shades of Dark Orchid #AA18C9

Tints of Dark Orchid #AA18C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 43.04%
G = 6.08%
B = 50.89%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA18C9 (or 0xAA18C9) is known color: Dark Orchid. HEX triplet: AA, 18 and C9. RGB value is (170,24,201). Sum of RGB (Red+Green+Blue) = 170+24+201=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA18C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18C9 is #55E736. Grayscale: #575757. Windows color (decimal): -5629751 or 13179050. OLE color: 13179050.

HSL color Cylindrical-coordinate representation of color #AA18C9: hue angle of 289.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA18C9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 24 201 -
CMYK 0.15 0.88 0 0.21
HSL 289.49º 0.79% 0.44% -
HSV(B) 289.49º 0.88% 0.79% -
XYZ 27.45 13.42 56.4 -
YUV 87.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 170 24 201 0.15 0.88 0 0.21 289.49 0.79 0.44
Hex AA 18 C9 F 58 0 15 121 4F 2C
Octal 252 30 311 17 130 0 25 441 117 54
Binary 10101010 11000 11001001 1111 1011000 0 10101 100100001 1001111 101100

Color Harmonies of #AA18C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18C9

Black with #AA18C9

Text Example


Text Example

White with #AA18C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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