Html Css Color HEX #A037C9 Dark Orchid

📋 copy color: '#A037C9'

red 160 ◦ green 55 ◦ blue 201

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

Shades of Dark Orchid #A037C9

Tints of Dark Orchid #A037C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.32%

R = 38.46%
G = 13.22%
B = 48.32%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A037C9 (or 0xA037C9) is known color: Dark Orchid. HEX triplet: A0, 37 and C9. RGB value is (160,55,201). Sum of RGB (Red+Green+Blue) = 160+55+201=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #A037C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037C9 is #5FC836. Grayscale: #666666. Windows color (decimal): -6277175 or 13186976. OLE color: 13186976.

HSL color Cylindrical-coordinate representation of color #A037C9: hue angle of 283.15º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A037C9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 55 201 -
CMYK 0.20 0.73 0 0.21
HSL 283.15º 0.57% 0.5% -
HSV(B) 283.15º 0.73% 0.79% -
XYZ 26.41 14.42 56.65 -
YUV 103.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 160 55 201 0.20 0.73 0 0.21 283.15 0.57 0.5
Hex A0 37 C9 14 49 0 15 11B 39 32
Octal 240 67 311 24 111 0 25 433 71 62
Binary 10100000 110111 11001001 10100 1001001 0 10101 100011011 111001 110010

Color Harmonies of #A037C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037C9

Black with #A037C9

Text Example


Text Example

White with #A037C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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