Html Css Color HEX #AA2DD0 Dark Orchid

📋 copy color: '#AA2DD0'

red 170 ◦ green 45 ◦ blue 208

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

Shades of Dark Orchid #AA2DD0

Tints of Dark Orchid #AA2DD0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 40.19%
G = 10.64%
B = 49.17%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA2DD0 (or 0xAA2DD0) is known color: Dark Orchid. HEX triplet: AA, 2D and D0. RGB value is (170,45,208). Sum of RGB (Red+Green+Blue) = 170+45+208=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA2DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DD0 is #55D22F. Grayscale: #646464. Windows color (decimal): -5624368 or 13643178. OLE color: 13643178.

HSL color Cylindrical-coordinate representation of color #AA2DD0: hue angle of 286.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2DD0 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 45 208 -
CMYK 0.18 0.78 0 0.18
HSL 286.01º 0.64% 0.5% -
HSV(B) 286.01º 0.78% 0.82% -
XYZ 28.9 14.98 61.04 -
YUV 100.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 170 45 208 0.18 0.78 0 0.18 286.01 0.64 0.5
Hex AA 2D D0 12 4E 0 12 11E 40 32
Octal 252 55 320 22 116 0 22 436 100 62
Binary 10101010 101101 11010000 10010 1001110 0 10010 100011110 1000000 110010

Color Harmonies of #AA2DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DD0

Black with #AA2DD0

Text Example


Text Example

White with #AA2DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DD0; }

 p { color: rgb(170,45,208); }

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

background-color css

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

 a { background-color: rgb(170,45,208); }

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

border-color css

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

 span { border-color: rgb(170,45,208); }

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