Html Css Color HEX #A037DC Dark Orchid

📋 copy color: '#A037DC'

red 160 ◦ green 55 ◦ blue 220

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

Shades of Dark Orchid #A037DC

Tints of Dark Orchid #A037DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 36.78%
G = 12.64%
B = 50.57%

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

#A037DC (or 0xA037DC) is known color: Dark Orchid. HEX triplet: A0, 37 and DC. RGB value is (160,55,220). Sum of RGB (Red+Green+Blue) = 160+55+220=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A037DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037DC is #5FC823. Grayscale: #686868. Windows color (decimal): -6277156 or 14432160. OLE color: 14432160.

HSL color Cylindrical-coordinate representation of color #A037DC: hue angle of 278.18º degrees, saturation: 0.7, 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 #A037DC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 55 220 -
CMYK 0.27 0.75 0 0.14
HSL 278.18º 0.7% 0.54% -
HSV(B) 278.18º 0.75% 0.86% -
XYZ 28.78 15.37 69.16 -
YUV 105.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 160 55 220 0.27 0.75 0 0.14 278.18 0.7 0.54
Hex A0 37 DC 1B 4B 0 E 116 46 36
Octal 240 67 334 33 113 0 16 426 106 66
Binary 10100000 110111 11011100 11011 1001011 0 1110 100010110 1000110 110110

Color Harmonies of #A037DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037DC

Black with #A037DC

Text Example


Text Example

White with #A037DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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