Html Css Color HEX #AA1DCD Dark Orchid

📋 copy color: '#AA1DCD'

red 170 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #AA1DCD

Tints of Dark Orchid #AA1DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 42.08%
G = 7.18%
B = 50.74%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA1DCD (or 0xAA1DCD) is known color: Dark Orchid. HEX triplet: AA, 1D and CD. RGB value is (170,29,205). Sum of RGB (Red+Green+Blue) = 170+29+205=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA1DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DCD is #55E232. Grayscale: #5A5A5A. Windows color (decimal): -5628467 or 13442474. OLE color: 13442474.

HSL color Cylindrical-coordinate representation of color #AA1DCD: hue angle of 288.07º 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 #AA1DCD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 29 205 -
CMYK 0.17 0.86 0 0.20
HSL 288.07º 0.75% 0.46% -
HSV(B) 288.07º 0.86% 0.8% -
XYZ 28.04 13.83 58.95 -
YUV 91.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 170 29 205 0.17 0.86 0 0.20 288.07 0.75 0.46
Hex AA 1D CD 11 56 0 14 120 4B 2E
Octal 252 35 315 21 126 0 24 440 113 56
Binary 10101010 11101 11001101 10001 1010110 0 10100 100100000 1001011 101110

Color Harmonies of #AA1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DCD

Black with #AA1DCD

Text Example


Text Example

White with #AA1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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