Html Css Color HEX #A037CE Dark Orchid

📋 copy color: '#A037CE'

red 160 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #A037CE

Tints of Dark Orchid #A037CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 38%
G = 13.06%
B = 48.93%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A037CE (or 0xA037CE) is known color: Dark Orchid. HEX triplet: A0, 37 and CE. RGB value is (160,55,206). Sum of RGB (Red+Green+Blue) = 160+55+206=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A037CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037CE is #5FC831. Grayscale: #676767. Windows color (decimal): -6277170 or 13514656. OLE color: 13514656.

HSL color Cylindrical-coordinate representation of color #A037CE: hue angle of 281.72º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A037CE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 55 206 -
CMYK 0.22 0.73 0 0.19
HSL 281.72º 0.61% 0.51% -
HSV(B) 281.72º 0.73% 0.81% -
XYZ 27 14.66 59.8 -
YUV 103.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 160 55 206 0.22 0.73 0 0.19 281.72 0.61 0.51
Hex A0 37 CE 16 49 0 13 11A 3D 33
Octal 240 67 316 26 111 0 23 432 75 63
Binary 10100000 110111 11001110 10110 1001001 0 10011 100011010 111101 110011

Color Harmonies of #A037CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037CE

Black with #A037CE

Text Example


Text Example

White with #A037CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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