Html Css Color HEX #AA3ECE Dark Orchid

📋 copy color: '#AA3ECE'

red 170 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #AA3ECE

Tints of Dark Orchid #AA3ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 38.81%
G = 14.16%
B = 47.03%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3ECE (or 0xAA3ECE) is known color: Dark Orchid. HEX triplet: AA, 3E and CE. RGB value is (170,62,206). Sum of RGB (Red+Green+Blue) = 170+62+206=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ECE is #55C131. Grayscale: #6E6E6E. Windows color (decimal): -5620018 or 13516458. OLE color: 13516458.

HSL color Cylindrical-coordinate representation of color #AA3ECE: hue angle of 285º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3ECE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 62 206 -
CMYK 0.17 0.70 0 0.19
HSL 285º 0.6% 0.53% -
HSV(B) 285º 0.7% 0.81% -
XYZ 29.44 16.45 60.02 -
YUV 110.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 170 62 206 0.17 0.70 0 0.19 285 0.6 0.53
Hex AA 3E CE 11 46 0 13 11D 3C 35
Octal 252 76 316 21 106 0 23 435 74 65
Binary 10101010 111110 11001110 10001 1000110 0 10011 100011101 111100 110101

Color Harmonies of #AA3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ECE

Black with #AA3ECE

Text Example


Text Example

White with #AA3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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