Html Css Color HEX #AA1DCE Dark Orchid

📋 copy color: '#AA1DCE'

red 170 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #AA1DCE

Tints of Dark Orchid #AA1DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 41.98%
G = 7.16%
B = 50.86%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA1DCE (or 0xAA1DCE) is known color: Dark Orchid. HEX triplet: AA, 1D and CE. RGB value is (170,29,206). Sum of RGB (Red+Green+Blue) = 170+29+206=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DCE is #55E231. Grayscale: #5A5A5A. Windows color (decimal): -5628466 or 13508010. OLE color: 13508010.

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

Color convert

RGB 170 29 206 -
CMYK 0.17 0.86 0 0.19
HSL 287.8º 0.75% 0.46% -
HSV(B) 287.8º 0.86% 0.81% -
XYZ 28.16 13.88 59.59 -
YUV 91.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 170 29 206 0.17 0.86 0 0.19 287.8 0.75 0.46
Hex AA 1D CE 11 56 0 13 120 4B 2E
Octal 252 35 316 21 126 0 23 440 113 56
Binary 10101010 11101 11001110 10001 1010110 0 10011 100100000 1001011 101110

Color Harmonies of #AA1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DCE

Black with #AA1DCE

Text Example


Text Example

White with #AA1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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