Html Css Color HEX #AA2EDE Dark Orchid

📋 copy color: '#AA2EDE'

red 170 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #AA2EDE

Tints of Dark Orchid #AA2EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 38.81%
G = 10.5%
B = 50.68%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA2EDE (or 0xAA2EDE) is known color: Dark Orchid. HEX triplet: AA, 2E and DE. RGB value is (170,46,222). Sum of RGB (Red+Green+Blue) = 170+46+222=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EDE is #55D121. Grayscale: #666666. Windows color (decimal): -5624098 or 14560938. OLE color: 14560938.

HSL color Cylindrical-coordinate representation of color #AA2EDE: hue angle of 282.27º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2EDE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 46 222 -
CMYK 0.23 0.79 0 0.13
HSL 282.27º 0.73% 0.53% -
HSV(B) 282.27º 0.79% 0.87% -
XYZ 30.74 15.77 70.53 -
YUV 103.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 170 46 222 0.23 0.79 0 0.13 282.27 0.73 0.53
Hex AA 2E DE 17 4F 0 D 11A 49 35
Octal 252 56 336 27 117 0 15 432 111 65
Binary 10101010 101110 11011110 10111 1001111 0 1101 100011010 1001001 110101

Color Harmonies of #AA2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EDE

Black with #AA2EDE

Text Example


Text Example

White with #AA2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EDE; }

 p { color: rgb(170,46,222); }

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

background-color css

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

 a { background-color: rgb(170,46,222); }

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

border-color css

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

 span { border-color: rgb(170,46,222); }

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