Html Css Color HEX #AA3EDE Dark Orchid

📋 copy color: '#AA3EDE'

red 170 ◦ green 62 ◦ blue 222

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

Shades of Dark Orchid #AA3EDE

Tints of Dark Orchid #AA3EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.66%

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

R = 37.44%
G = 13.66%
B = 48.9%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA3EDE (or 0xAA3EDE) is known color: Dark Orchid. HEX triplet: AA, 3E and DE. RGB value is (170,62,222). Sum of RGB (Red+Green+Blue) = 170+62+222=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EDE is #55C121. Grayscale: #707070. Windows color (decimal): -5620002 or 14565034. OLE color: 14565034.

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

Color convert

RGB 170 62 222 -
CMYK 0.23 0.72 0 0.13
HSL 280.5º 0.71% 0.56% -
HSV(B) 280.5º 0.72% 0.87% -
XYZ 31.49 17.27 70.78 -
YUV 112.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 170 62 222 0.23 0.72 0 0.13 280.5 0.71 0.56
Hex AA 3E DE 17 48 0 D 118 47 38
Octal 252 76 336 27 110 0 15 430 107 70
Binary 10101010 111110 11011110 10111 1001000 0 1101 100011000 1000111 111000

Color Harmonies of #AA3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EDE

Black with #AA3EDE

Text Example


Text Example

White with #AA3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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