Html Css Color HEX #A037C1 Dark Orchid

📋 copy color: '#A037C1'

red 160 ◦ green 55 ◦ blue 193

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

Shades of Dark Orchid #A037C1

Tints of Dark Orchid #A037C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.3%

R = 39.22%
G = 13.48%
B = 47.3%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A037C1 (or 0xA037C1) is known color: Dark Orchid. HEX triplet: A0, 37 and C1. RGB value is (160,55,193). Sum of RGB (Red+Green+Blue) = 160+55+193=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #A037C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037C1 is #5FC83E. Grayscale: #656565. Windows color (decimal): -6277183 or 12662688. OLE color: 12662688.

HSL color Cylindrical-coordinate representation of color #A037C1: hue angle of 285.65º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A037C1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 55 193 -
CMYK 0.17 0.72 0 0.24
HSL 285.65º 0.56% 0.49% -
HSV(B) 285.65º 0.72% 0.76% -
XYZ 25.49 14.06 51.82 -
YUV 102.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 160 55 193 0.17 0.72 0 0.24 285.65 0.56 0.49
Hex A0 37 C1 11 48 0 18 11E 38 31
Octal 240 67 301 21 110 0 30 436 70 61
Binary 10100000 110111 11000001 10001 1001000 0 11000 100011110 111000 110001

Color Harmonies of #A037C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037C1

Black with #A037C1

Text Example


Text Example

White with #A037C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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