Html Css Color HEX #AA1DE0 Dark Orchid

📋 copy color: '#AA1DE0'

red 170 ◦ green 29 ◦ blue 224

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

Shades of Dark Orchid #AA1DE0

Tints of Dark Orchid #AA1DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 40.19%
G = 6.86%
B = 52.96%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA1DE0 (or 0xAA1DE0) is known color: Dark Orchid. HEX triplet: AA, 1D and E0. RGB value is (170,29,224). Sum of RGB (Red+Green+Blue) = 170+29+224=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA1DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DE0 is #55E21F. Grayscale: #5C5C5C. Windows color (decimal): -5628448 or 14687658. OLE color: 14687658.

HSL color Cylindrical-coordinate representation of color #AA1DE0: hue angle of 283.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1DE0 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 29 224 -
CMYK 0.24 0.87 0 0.12
HSL 283.38º 0.77% 0.5% -
HSV(B) 283.38º 0.87% 0.88% -
XYZ 30.47 14.81 71.77 -
YUV 93.39 201.71 182.64 -
System Red Green Blue C M Y K H S L
Decimal 170 29 224 0.24 0.87 0 0.12 283.38 0.77 0.5
Hex AA 1D E0 18 57 0 C 11B 4D 32
Octal 252 35 340 30 127 0 14 433 115 62
Binary 10101010 11101 11100000 11000 1010111 0 1100 100011011 1001101 110010

Color Harmonies of #AA1DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DE0

Black with #AA1DE0

Text Example


Text Example

White with #AA1DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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