Html Css Color HEX #AA2DE1 Dark Orchid

📋 copy color: '#AA2DE1'

red 170 ◦ green 45 ◦ blue 225

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

Shades of Dark Orchid #AA2DE1

Tints of Dark Orchid #AA2DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.14%

R = 38.64%
G = 10.23%
B = 51.14%

CMYK

 C value IS 0.24

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA2DE1 (or 0xAA2DE1) is known color: Dark Orchid. HEX triplet: AA, 2D and E1. RGB value is (170,45,225). Sum of RGB (Red+Green+Blue) = 170+45+225=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA2DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DE1 is #55D21E. Grayscale: #666666. Windows color (decimal): -5624351 or 14757290. OLE color: 14757290.

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

Color convert

RGB 170 45 225 -
CMYK 0.24 0.8 0 0.12
HSL 281.67º 0.75% 0.53% -
HSV(B) 281.67º 0.8% 0.88% -
XYZ 31.11 15.86 72.66 -
YUV 102.9 196.91 175.86 -
System Red Green Blue C M Y K H S L
Decimal 170 45 225 0.24 0.8 0 0.12 281.67 0.75 0.53
Hex AA 2D E1 18 50 0 C 11A 4B 35
Octal 252 55 341 30 120 0 14 432 113 65
Binary 10101010 101101 11100001 11000 1010000 0 1100 100011010 1001011 110101

Color Harmonies of #AA2DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DE1

Black with #AA2DE1

Text Example


Text Example

White with #AA2DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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