Html Css Color HEX #AA3CEC Dark Orchid

📋 copy color: '#AA3CEC'

red 170 ◦ green 60 ◦ blue 236

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

Shades of Dark Orchid #AA3CEC

Tints of Dark Orchid #AA3CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 36.48%
G = 12.88%
B = 50.64%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA3CEC (or 0xAA3CEC) is known color: Dark Orchid. HEX triplet: AA, 3C and EC. RGB value is (170,60,236). Sum of RGB (Red+Green+Blue) = 170+60+236=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA3CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CEC is #55C313. Grayscale: #707070. Windows color (decimal): -5620500 or 15482026. OLE color: 15482026.

HSL color Cylindrical-coordinate representation of color #AA3CEC: hue angle of 277.5º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3CEC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 60 236 -
CMYK 0.28 0.75 0 0.07
HSL 277.5º 0.82% 0.58% -
HSV(B) 277.5º 0.75% 0.93% -
XYZ 33.33 17.83 81.04 -
YUV 112.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 170 60 236 0.28 0.75 0 0.07 277.5 0.82 0.58
Hex AA 3C EC 1C 4B 0 7 116 52 3A
Octal 252 74 354 34 113 0 7 426 122 72
Binary 10101010 111100 11101100 11100 1001011 0 111 100010110 1010010 111010

Color Harmonies of #AA3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CEC

Black with #AA3CEC

Text Example


Text Example

White with #AA3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CEC; }

 p { color: rgb(170,60,236); }

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

background-color css

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

 a { background-color: rgb(170,60,236); }

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

border-color css

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

 span { border-color: rgb(170,60,236); }

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