Html Css Color HEX #A037D8 Dark Orchid

📋 copy color: '#A037D8'

red 160 ◦ green 55 ◦ blue 216

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

Shades of Dark Orchid #A037D8

Tints of Dark Orchid #A037D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.12%

R = 37.12%
G = 12.76%
B = 50.12%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A037D8 (or 0xA037D8) is known color: Dark Orchid. HEX triplet: A0, 37 and D8. RGB value is (160,55,216). Sum of RGB (Red+Green+Blue) = 160+55+216=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #A037D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037D8 is #5FC827. Grayscale: #686868. Windows color (decimal): -6277160 or 14170016. OLE color: 14170016.

HSL color Cylindrical-coordinate representation of color #A037D8: hue angle of 279.13º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A037D8 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 55 216 -
CMYK 0.26 0.75 0 0.15
HSL 279.13º 0.67% 0.53% -
HSV(B) 279.13º 0.75% 0.85% -
XYZ 28.26 15.16 66.4 -
YUV 104.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 160 55 216 0.26 0.75 0 0.15 279.13 0.67 0.53
Hex A0 37 D8 1A 4B 0 F 117 43 35
Octal 240 67 330 32 113 0 17 427 103 65
Binary 10100000 110111 11011000 11010 1001011 0 1111 100010111 1000011 110101

Color Harmonies of #A037D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037D8

Black with #A037D8

Text Example


Text Example

White with #A037D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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