Html Css Color HEX #AA1DCC Dark Orchid

📋 copy color: '#AA1DCC'

red 170 ◦ green 29 ◦ blue 204

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

Shades of Dark Orchid #AA1DCC

Tints of Dark Orchid #AA1DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.2%

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

R = 42.18%
G = 7.2%
B = 50.62%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA1DCC (or 0xAA1DCC) is known color: Dark Orchid. HEX triplet: AA, 1D and CC. RGB value is (170,29,204). Sum of RGB (Red+Green+Blue) = 170+29+204=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DCC is #55E233. Grayscale: #5A5A5A. Windows color (decimal): -5628468 or 13376938. OLE color: 13376938.

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

Color convert

RGB 170 29 204 -
CMYK 0.17 0.86 0 0.2
HSL 288.34º 0.75% 0.46% -
HSV(B) 288.34º 0.86% 0.8% -
XYZ 27.92 13.78 58.32 -
YUV 91.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 170 29 204 0.17 0.86 0 0.2 288.34 0.75 0.46
Hex AA 1D CC 11 56 0 14 120 4B 2E
Octal 252 35 314 21 126 0 24 440 113 56
Binary 10101010 11101 11001100 10001 1010110 0 10100 100100000 1001011 101110

Color Harmonies of #AA1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DCC

Black with #AA1DCC

Text Example


Text Example

White with #AA1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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