Html Css Color HEX #A037DB Dark Orchid

📋 copy color: '#A037DB'

red 160 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #A037DB

Tints of Dark Orchid #A037DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.67%

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

R = 36.87%
G = 12.67%
B = 50.46%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A037DB (or 0xA037DB) is known color: Dark Orchid. HEX triplet: A0, 37 and DB. RGB value is (160,55,219). Sum of RGB (Red+Green+Blue) = 160+55+219=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #A037DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037DB is #5FC824. Grayscale: #686868. Windows color (decimal): -6277157 or 14366624. OLE color: 14366624.

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

Color convert

RGB 160 55 219 -
CMYK 0.27 0.75 0 0.14
HSL 278.41º 0.69% 0.54% -
HSV(B) 278.41º 0.75% 0.86% -
XYZ 28.65 15.32 68.46 -
YUV 105.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 160 55 219 0.27 0.75 0 0.14 278.41 0.69 0.54
Hex A0 37 DB 1B 4B 0 E 116 45 36
Octal 240 67 333 33 113 0 16 426 105 66
Binary 10100000 110111 11011011 11011 1001011 0 1110 100010110 1000101 110110

Color Harmonies of #A037DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037DB

Black with #A037DB

Text Example


Text Example

White with #A037DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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