Html Css Color HEX #AA3CDB Dark Orchid

📋 copy color: '#AA3CDB'

red 170 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #AA3CDB

Tints of Dark Orchid #AA3CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 37.86%
G = 13.36%
B = 48.78%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA3CDB (or 0xAA3CDB) is known color: Dark Orchid. HEX triplet: AA, 3C and DB. RGB value is (170,60,219). Sum of RGB (Red+Green+Blue) = 170+60+219=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA3CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CDB is #55C324. Grayscale: #6E6E6E. Windows color (decimal): -5620517 or 14367914. OLE color: 14367914.

HSL color Cylindrical-coordinate representation of color #AA3CDB: hue angle of 281.51º degrees, saturation: 0.69, 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 #AA3CDB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 60 219 -
CMYK 0.22 0.73 0 0.14
HSL 281.51º 0.69% 0.55% -
HSV(B) 281.51º 0.73% 0.86% -
XYZ 30.98 16.89 68.65 -
YUV 111.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 170 60 219 0.22 0.73 0 0.14 281.51 0.69 0.55
Hex AA 3C DB 16 49 0 E 11A 45 37
Octal 252 74 333 26 111 0 16 432 105 67
Binary 10101010 111100 11011011 10110 1001001 0 1110 100011010 1000101 110111

Color Harmonies of #AA3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CDB

Black with #AA3CDB

Text Example


Text Example

White with #AA3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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