Html Css Color HEX #AA2DE2 Dark Orchid

📋 copy color: '#AA2DE2'

red 170 ◦ green 45 ◦ blue 226

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

Shades of Dark Orchid #AA2DE2

Tints of Dark Orchid #AA2DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.25%

R = 38.55%
G = 10.2%
B = 51.25%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA2DE2 (or 0xAA2DE2) is known color: Dark Orchid. HEX triplet: AA, 2D and E2. RGB value is (170,45,226). Sum of RGB (Red+Green+Blue) = 170+45+226=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA2DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DE2 is #55D21D. Grayscale: #666666. Windows color (decimal): -5624350 or 14822826. OLE color: 14822826.

HSL color Cylindrical-coordinate representation of color #AA2DE2: hue angle of 281.44º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2DE2 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 45 226 -
CMYK 0.25 0.80 0 0.11
HSL 281.44º 0.76% 0.53% -
HSV(B) 281.44º 0.8% 0.89% -
XYZ 31.24 15.91 73.38 -
YUV 103.01 197.41 175.78 -
System Red Green Blue C M Y K H S L
Decimal 170 45 226 0.25 0.80 0 0.11 281.44 0.76 0.53
Hex AA 2D E2 19 50 0 B 119 4C 35
Octal 252 55 342 31 120 0 13 431 114 65
Binary 10101010 101101 11100010 11001 1010000 0 1011 100011001 1001100 110101

Color Harmonies of #AA2DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DE2

Black with #AA2DE2

Text Example


Text Example

White with #AA2DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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