Html Css Color HEX #A037CD Dark Orchid

📋 copy color: '#A037CD'

red 160 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #A037CD

Tints of Dark Orchid #A037CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 38.1%
G = 13.1%
B = 48.81%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A037CD (or 0xA037CD) is known color: Dark Orchid. HEX triplet: A0, 37 and CD. RGB value is (160,55,205). Sum of RGB (Red+Green+Blue) = 160+55+205=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #A037CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037CD is #5FC832. Grayscale: #666666. Windows color (decimal): -6277171 or 13449120. OLE color: 13449120.

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

Color convert

RGB 160 55 205 -
CMYK 0.22 0.73 0 0.20
HSL 282º 0.6% 0.51% -
HSV(B) 282º 0.73% 0.8% -
XYZ 26.88 14.61 59.16 -
YUV 103.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 160 55 205 0.22 0.73 0 0.20 282 0.6 0.51
Hex A0 37 CD 16 49 0 14 11A 3C 33
Octal 240 67 315 26 111 0 24 432 74 63
Binary 10100000 110111 11001101 10110 1001001 0 10100 100011010 111100 110011

Color Harmonies of #A037CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037CD

Black with #A037CD

Text Example


Text Example

White with #A037CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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