Html Css Color HEX #AA3ED5 Dark Orchid

📋 copy color: '#AA3ED5'

red 170 ◦ green 62 ◦ blue 213

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

Shades of Dark Orchid #AA3ED5

Tints of Dark Orchid #AA3ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.87%

R = 38.2%
G = 13.93%
B = 47.87%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA3ED5 (or 0xAA3ED5) is known color: Dark Orchid. HEX triplet: AA, 3E and D5. RGB value is (170,62,213). Sum of RGB (Red+Green+Blue) = 170+62+213=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA3ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ED5 is #55C12A. Grayscale: #6F6F6F. Windows color (decimal): -5620011 or 13975210. OLE color: 13975210.

HSL color Cylindrical-coordinate representation of color #AA3ED5: hue angle of 282.91º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3ED5 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 62 213 -
CMYK 0.20 0.71 0 0.16
HSL 282.91º 0.64% 0.54% -
HSV(B) 282.91º 0.71% 0.84% -
XYZ 30.31 16.8 64.6 -
YUV 111.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 170 62 213 0.20 0.71 0 0.16 282.91 0.64 0.54
Hex AA 3E D5 14 47 0 10 11B 40 36
Octal 252 76 325 24 107 0 20 433 100 66
Binary 10101010 111110 11010101 10100 1000111 0 10000 100011011 1000000 110110

Color Harmonies of #AA3ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ED5

Black with #AA3ED5

Text Example


Text Example

White with #AA3ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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