Html Css Color HEX #AA3EDC Dark Orchid

📋 copy color: '#AA3EDC'

red 170 ◦ green 62 ◦ blue 220

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

Shades of Dark Orchid #AA3EDC

Tints of Dark Orchid #AA3EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 37.61%
G = 13.72%
B = 48.67%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA3EDC (or 0xAA3EDC) is known color: Dark Orchid. HEX triplet: AA, 3E and DC. RGB value is (170,62,220). Sum of RGB (Red+Green+Blue) = 170+62+220=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA3EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EDC is #55C123. Grayscale: #6F6F6F. Windows color (decimal): -5620004 or 14433962. OLE color: 14433962.

HSL color Cylindrical-coordinate representation of color #AA3EDC: hue angle of 281.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3EDC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 62 220 -
CMYK 0.23 0.72 0 0.14
HSL 281.01º 0.69% 0.55% -
HSV(B) 281.01º 0.72% 0.86% -
XYZ 31.22 17.16 69.38 -
YUV 112.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 170 62 220 0.23 0.72 0 0.14 281.01 0.69 0.55
Hex AA 3E DC 17 48 0 E 119 45 37
Octal 252 76 334 27 110 0 16 431 105 67
Binary 10101010 111110 11011100 10111 1001000 0 1110 100011001 1000101 110111

Color Harmonies of #AA3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EDC

Black with #AA3EDC

Text Example


Text Example

White with #AA3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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