Html Css Color HEX #A037C8 Dark Orchid

📋 copy color: '#A037C8'

red 160 ◦ green 55 ◦ blue 200

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

Shades of Dark Orchid #A037C8

Tints of Dark Orchid #A037C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.19%

R = 38.55%
G = 13.25%
B = 48.19%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A037C8 (or 0xA037C8) is known color: Dark Orchid. HEX triplet: A0, 37 and C8. RGB value is (160,55,200). Sum of RGB (Red+Green+Blue) = 160+55+200=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #A037C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037C8 is #5FC837. Grayscale: #666666. Windows color (decimal): -6277176 or 13121440. OLE color: 13121440.

HSL color Cylindrical-coordinate representation of color #A037C8: hue angle of 283.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A037C8 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 55 200 -
CMYK 0.2 0.72 0 0.22
HSL 283.45º 0.57% 0.5% -
HSV(B) 283.45º 0.73% 0.78% -
XYZ 26.29 14.38 56.03 -
YUV 102.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 160 55 200 0.2 0.72 0 0.22 283.45 0.57 0.5
Hex A0 37 C8 14 48 0 16 11B 39 32
Octal 240 67 310 24 110 0 26 433 71 62
Binary 10100000 110111 11001000 10100 1001000 0 10110 100011011 111001 110010

Color Harmonies of #A037C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037C8

Black with #A037C8

Text Example


Text Example

White with #A037C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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