Html Css Color HEX #A037BE Dark Orchid

📋 copy color: '#A037BE'

red 160 ◦ green 55 ◦ blue 190

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

Shades of Dark Orchid #A037BE

Tints of Dark Orchid #A037BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 39.51%
G = 13.58%
B = 46.91%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A037BE (or 0xA037BE) is known color: Dark Orchid. HEX triplet: A0, 37 and BE. RGB value is (160,55,190). Sum of RGB (Red+Green+Blue) = 160+55+190=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #A037BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037BE is #5FC841. Grayscale: #656565. Windows color (decimal): -6277186 or 12466080. OLE color: 12466080.

HSL color Cylindrical-coordinate representation of color #A037BE: hue angle of 286.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A037BE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 55 190 -
CMYK 0.16 0.71 0 0.25
HSL 286.67º 0.55% 0.48% -
HSV(B) 286.67º 0.71% 0.75% -
XYZ 25.16 13.92 50.08 -
YUV 101.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 160 55 190 0.16 0.71 0 0.25 286.67 0.55 0.48
Hex A0 37 BE 10 47 0 19 11F 37 30
Octal 240 67 276 20 107 0 31 437 67 60
Binary 10100000 110111 10111110 10000 1000111 0 11001 100011111 110111 110000

Color Harmonies of #A037BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037BE

Black with #A037BE

Text Example


Text Example

White with #A037BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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