Html Css Color HEX #A039DB Dark Orchid

📋 copy color: '#A039DB'

red 160 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #A039DB

Tints of Dark Orchid #A039DB

RGB

 RED value IS 160 (62.89% from 255) = 36.7%

 GREEN value IS 57 (22.66% from 255) = 13.07%

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

R = 36.7%
G = 13.07%
B = 50.23%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A039DB (or 0xA039DB) is known color: Dark Orchid. HEX triplet: A0, 39 and DB. RGB value is (160,57,219). Sum of RGB (Red+Green+Blue) = 160+57+219=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A039DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039DB is #5FC624. Grayscale: #696969. Windows color (decimal): -6276645 or 14367136. OLE color: 14367136.

HSL color Cylindrical-coordinate representation of color #A039DB: hue angle of 278.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A039DB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 57 219 -
CMYK 0.27 0.74 0 0.14
HSL 278.15º 0.69% 0.54% -
HSV(B) 278.15º 0.74% 0.86% -
XYZ 28.75 15.51 68.5 -
YUV 106.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 160 57 219 0.27 0.74 0 0.14 278.15 0.69 0.54
Hex A0 39 DB 1B 4A 0 E 116 45 36
Octal 240 71 333 33 112 0 16 426 105 66
Binary 10100000 111001 11011011 11011 1001010 0 1110 100010110 1000101 110110

Color Harmonies of #A039DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039DB

Black with #A039DB

Text Example


Text Example

White with #A039DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039DB; }

 p { color: rgb(160,57,219); }

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

background-color css

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

 a { background-color: rgb(160,57,219); }

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

border-color css

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

 span { border-color: rgb(160,57,219); }

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