Html Css Color HEX #AA2CDD Dark Orchid

📋 copy color: '#AA2CDD'

red 170 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #AA2CDD

Tints of Dark Orchid #AA2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.11%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 39.08%
G = 10.11%
B = 50.8%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA2CDD (or 0xAA2CDD) is known color: Dark Orchid. HEX triplet: AA, 2C and DD. RGB value is (170,44,221). Sum of RGB (Red+Green+Blue) = 170+44+221=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CDD is #55D322. Grayscale: #656565. Windows color (decimal): -5624611 or 14494890. OLE color: 14494890.

HSL color Cylindrical-coordinate representation of color #AA2CDD: hue angle of 282.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2CDD is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 44 221 -
CMYK 0.23 0.80 0 0.13
HSL 282.71º 0.72% 0.52% -
HSV(B) 282.71º 0.8% 0.87% -
XYZ 30.53 15.57 69.8 -
YUV 101.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 170 44 221 0.23 0.80 0 0.13 282.71 0.72 0.52
Hex AA 2C DD 17 50 0 D 11B 48 34
Octal 252 54 335 27 120 0 15 433 110 64
Binary 10101010 101100 11011101 10111 1010000 0 1101 100011011 1001000 110100

Color Harmonies of #AA2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CDD

Black with #AA2CDD

Text Example


Text Example

White with #AA2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CDD; }

 p { color: rgb(170,44,221); }

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

background-color css

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

 a { background-color: rgb(170,44,221); }

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

border-color css

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

 span { border-color: rgb(170,44,221); }

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