Html Css Color HEX #A037BA Dark Orchid

📋 copy color: '#A037BA'

red 160 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #A037BA

Tints of Dark Orchid #A037BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 39.9%
G = 13.72%
B = 46.38%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A037BA (or 0xA037BA) is known color: Dark Orchid. HEX triplet: A0, 37 and BA. RGB value is (160,55,186). Sum of RGB (Red+Green+Blue) = 160+55+186=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A037BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037BA is #5FC845. Grayscale: #646464. Windows color (decimal): -6277190 or 12203936. OLE color: 12203936.

HSL color Cylindrical-coordinate representation of color #A037BA: hue angle of 288.09º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A037BA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 55 186 -
CMYK 0.14 0.70 0 0.27
HSL 288.09º 0.54% 0.47% -
HSV(B) 288.09º 0.7% 0.73% -
XYZ 24.73 13.75 47.81 -
YUV 101.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 160 55 186 0.14 0.70 0 0.27 288.09 0.54 0.47
Hex A0 37 BA E 46 0 1B 120 36 2F
Octal 240 67 272 16 106 0 33 440 66 57
Binary 10100000 110111 10111010 1110 1000110 0 11011 100100000 110110 101111

Color Harmonies of #A037BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037BA

Black with #A037BA

Text Example


Text Example

White with #A037BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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