Html Css Color HEX #AA3BDB Dark Orchid

📋 copy color: '#AA3BDB'

red 170 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #AA3BDB

Tints of Dark Orchid #AA3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.17%

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

R = 37.95%
G = 13.17%
B = 48.88%

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

#AA3BDB (or 0xAA3BDB) is known color: Dark Orchid. HEX triplet: AA, 3B and DB. RGB value is (170,59,219). Sum of RGB (Red+Green+Blue) = 170+59+219=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BDB is #55C424. Grayscale: #6D6D6D. Windows color (decimal): -5620773 or 14367658. OLE color: 14367658.

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

Color convert

RGB 170 59 219 -
CMYK 0.22 0.73 0 0.14
HSL 281.63º 0.69% 0.55% -
HSV(B) 281.63º 0.73% 0.86% -
XYZ 30.93 16.79 68.63 -
YUV 110.43 189.27 170.49 -
System Red Green Blue C M Y K H S L
Decimal 170 59 219 0.22 0.73 0 0.14 281.63 0.69 0.55
Hex AA 3B DB 16 49 0 E 11A 45 37
Octal 252 73 333 26 111 0 16 432 105 67
Binary 10101010 111011 11011011 10110 1001001 0 1110 100011010 1000101 110111

Color Harmonies of #AA3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BDB

Black with #AA3BDB

Text Example


Text Example

White with #AA3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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