Html Css Color HEX #AA18CC Dark Orchid

📋 copy color: '#AA18CC'

red 170 ◦ green 24 ◦ blue 204

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

Shades of Dark Orchid #AA18CC

Tints of Dark Orchid #AA18CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 42.71%
G = 6.03%
B = 51.26%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA18CC (or 0xAA18CC) is known color: Dark Orchid. HEX triplet: AA, 18 and CC. RGB value is (170,24,204). Sum of RGB (Red+Green+Blue) = 170+24+204=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA18CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18CC is #55E733. Grayscale: #575757. Windows color (decimal): -5629748 or 13375658. OLE color: 13375658.

HSL color Cylindrical-coordinate representation of color #AA18CC: hue angle of 288.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA18CC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 24 204 -
CMYK 0.17 0.88 0 0.2
HSL 288.67º 0.79% 0.45% -
HSV(B) 288.67º 0.88% 0.8% -
XYZ 27.8 13.56 58.28 -
YUV 88.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 170 24 204 0.17 0.88 0 0.2 288.67 0.79 0.45
Hex AA 18 CC 11 58 0 14 121 4F 2D
Octal 252 30 314 21 130 0 24 441 117 55
Binary 10101010 11000 11001100 10001 1011000 0 10100 100100001 1001111 101101

Color Harmonies of #AA18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18CC

Black with #AA18CC

Text Example


Text Example

White with #AA18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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