Html Css Color HEX #AA3CDD Dark Orchid

📋 copy color: '#AA3CDD'

red 170 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #AA3CDD

Tints of Dark Orchid #AA3CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 37.69%
G = 13.3%
B = 49%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA3CDD (or 0xAA3CDD) is known color: Dark Orchid. HEX triplet: AA, 3C and DD. RGB value is (170,60,221). Sum of RGB (Red+Green+Blue) = 170+60+221=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CDD is #55C322. Grayscale: #6E6E6E. Windows color (decimal): -5620515 or 14498986. OLE color: 14498986.

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

Color convert

RGB 170 60 221 -
CMYK 0.23 0.73 0 0.13
HSL 280.99º 0.7% 0.55% -
HSV(B) 280.99º 0.73% 0.87% -
XYZ 31.24 17 70.04 -
YUV 111.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 170 60 221 0.23 0.73 0 0.13 280.99 0.7 0.55
Hex AA 3C DD 17 49 0 D 119 46 37
Octal 252 74 335 27 111 0 15 431 106 67
Binary 10101010 111100 11011101 10111 1001001 0 1101 100011001 1000110 110111

Color Harmonies of #AA3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CDD

Black with #AA3CDD

Text Example


Text Example

White with #AA3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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