Html Css Color HEX #A037BD Dark Orchid

📋 copy color: '#A037BD'

red 160 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #A037BD

Tints of Dark Orchid #A037BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 39.6%
G = 13.61%
B = 46.78%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A037BD (or 0xA037BD) is known color: Dark Orchid. HEX triplet: A0, 37 and BD. RGB value is (160,55,189). Sum of RGB (Red+Green+Blue) = 160+55+189=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #A037BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037BD is #5FC842. Grayscale: #656565. Windows color (decimal): -6277187 or 12400544. OLE color: 12400544.

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

Color convert

RGB 160 55 189 -
CMYK 0.15 0.71 0 0.26
HSL 287.01º 0.55% 0.48% -
HSV(B) 287.01º 0.71% 0.74% -
XYZ 25.05 13.88 49.5 -
YUV 101.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 160 55 189 0.15 0.71 0 0.26 287.01 0.55 0.48
Hex A0 37 BD F 47 0 1A 11F 37 30
Octal 240 67 275 17 107 0 32 437 67 60
Binary 10100000 110111 10111101 1111 1000111 0 11010 100011111 110111 110000

Color Harmonies of #A037BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037BD

Black with #A037BD

Text Example


Text Example

White with #A037BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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