Html Css Color HEX #A037D0 Dark Orchid

📋 copy color: '#A037D0'

red 160 ◦ green 55 ◦ blue 208

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

Shades of Dark Orchid #A037D0

Tints of Dark Orchid #A037D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 37.83%
G = 13%
B = 49.17%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A037D0 (or 0xA037D0) is known color: Dark Orchid. HEX triplet: A0, 37 and D0. RGB value is (160,55,208). Sum of RGB (Red+Green+Blue) = 160+55+208=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #A037D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037D0 is #5FC82F. Grayscale: #676767. Windows color (decimal): -6277168 or 13645728. OLE color: 13645728.

HSL color Cylindrical-coordinate representation of color #A037D0: hue angle of 281.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A037D0 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 55 208 -
CMYK 0.23 0.74 0 0.18
HSL 281.18º 0.62% 0.52% -
HSV(B) 281.18º 0.74% 0.82% -
XYZ 27.25 14.76 61.09 -
YUV 103.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 160 55 208 0.23 0.74 0 0.18 281.18 0.62 0.52
Hex A0 37 D0 17 4A 0 12 119 3E 34
Octal 240 67 320 27 112 0 22 431 76 64
Binary 10100000 110111 11010000 10111 1001010 0 10010 100011001 111110 110100

Color Harmonies of #A037D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037D0

Black with #A037D0

Text Example


Text Example

White with #A037D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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