Html Css Color HEX #AA2ECC Dark Orchid

📋 copy color: '#AA2ECC'

red 170 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #AA2ECC

Tints of Dark Orchid #AA2ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 40.48%
G = 10.95%
B = 48.57%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA2ECC (or 0xAA2ECC) is known color: Dark Orchid. HEX triplet: AA, 2E and CC. RGB value is (170,46,204). Sum of RGB (Red+Green+Blue) = 170+46+204=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ECC is #55D133. Grayscale: #646464. Windows color (decimal): -5624116 or 13381290. OLE color: 13381290.

HSL color Cylindrical-coordinate representation of color #AA2ECC: hue angle of 287.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2ECC is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 46 204 -
CMYK 0.17 0.77 0 0.2
HSL 287.09º 0.63% 0.49% -
HSV(B) 287.09º 0.77% 0.8% -
XYZ 28.45 14.86 58.5 -
YUV 101.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 170 46 204 0.17 0.77 0 0.2 287.09 0.63 0.49
Hex AA 2E CC 11 4D 0 14 11F 3F 31
Octal 252 56 314 21 115 0 24 437 77 61
Binary 10101010 101110 11001100 10001 1001101 0 10100 100011111 111111 110001

Color Harmonies of #AA2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ECC

Black with #AA2ECC

Text Example


Text Example

White with #AA2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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