Html Css Color HEX #A037DD Dark Orchid

📋 copy color: '#A037DD'

red 160 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #A037DD

Tints of Dark Orchid #A037DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 36.7%
G = 12.61%
B = 50.69%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A037DD (or 0xA037DD) is known color: Dark Orchid. HEX triplet: A0, 37 and DD. RGB value is (160,55,221). Sum of RGB (Red+Green+Blue) = 160+55+221=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A037DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037DD is #5FC822. Grayscale: #686868. Windows color (decimal): -6277155 or 14497696. OLE color: 14497696.

HSL color Cylindrical-coordinate representation of color #A037DD: hue angle of 277.95º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A037DD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 55 221 -
CMYK 0.28 0.75 0 0.13
HSL 277.95º 0.71% 0.54% -
HSV(B) 277.95º 0.75% 0.87% -
XYZ 28.91 15.43 69.86 -
YUV 105.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 160 55 221 0.28 0.75 0 0.13 277.95 0.71 0.54
Hex A0 37 DD 1C 4B 0 D 116 47 36
Octal 240 67 335 34 113 0 15 426 107 66
Binary 10100000 110111 11011101 11100 1001011 0 1101 100010110 1000111 110110

Color Harmonies of #A037DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037DD

Black with #A037DD

Text Example


Text Example

White with #A037DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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