Html Css Color HEX #AA3CDC Dark Orchid

📋 copy color: '#AA3CDC'

red 170 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #AA3CDC

Tints of Dark Orchid #AA3CDC

RGB

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

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

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

R = 37.78%
G = 13.33%
B = 48.89%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA3CDC (or 0xAA3CDC) is known color: Dark Orchid. HEX triplet: AA, 3C and DC. RGB value is (170,60,220). Sum of RGB (Red+Green+Blue) = 170+60+220=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CDC is #55C323. Grayscale: #6E6E6E. Windows color (decimal): -5620516 or 14433450. OLE color: 14433450.

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

Color convert

RGB 170 60 220 -
CMYK 0.23 0.73 0 0.14
HSL 281.25º 0.7% 0.55% -
HSV(B) 281.25º 0.73% 0.86% -
XYZ 31.11 16.95 69.34 -
YUV 111.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 170 60 220 0.23 0.73 0 0.14 281.25 0.7 0.55
Hex AA 3C DC 17 49 0 E 119 46 37
Octal 252 74 334 27 111 0 16 431 106 67
Binary 10101010 111100 11011100 10111 1001001 0 1110 100011001 1000110 110111

Color Harmonies of #AA3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CDC

Black with #AA3CDC

Text Example


Text Example

White with #AA3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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