Html Css Color HEX #A37FDB Medium Purple

📋 copy color: '#A37FDB'

red 163 ◦ green 127 ◦ blue 219

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

Shades of Medium Purple #A37FDB

Tints of Medium Purple #A37FDB

RGB

 RED value IS 163 (64.06% from 255) = 32.02%

 GREEN value IS 127 (50% from 255) = 24.95%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 32.02%
G = 24.95%
B = 43.03%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A37FDB (or 0xA37FDB) is known color: Medium Purple. HEX triplet: A3, 7F and DB. RGB value is (163,127,219). Sum of RGB (Red+Green+Blue) = 163+127+219=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A37FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FDB is #5C8024. Grayscale: #939393. Windows color (decimal): -6062117 or 14385059. OLE color: 14385059.

HSL color Cylindrical-coordinate representation of color #A37FDB: hue angle of 263.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37FDB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 127 219 -
CMYK 0.26 0.42 0 0.14
HSL 263.48º 0.56% 0.68% -
HSV(B) 263.48º 0.42% 0.86% -
XYZ 35.48 28.08 70.57 -
YUV 148.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 163 127 219 0.26 0.42 0 0.14 263.48 0.56 0.68
Hex A3 7F DB 1A 2A 0 E 107 38 44
Octal 243 177 333 32 52 0 16 407 70 104
Binary 10100011 1111111 11011011 11010 101010 0 1110 100000111 111000 1000100

Color Harmonies of #A37FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FDB

Black with #A37FDB

Text Example


Text Example

White with #A37FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FDB; }

 p { color: rgb(163,127,219); }

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

background-color css

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

 a { background-color: rgb(163,127,219); }

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

border-color css

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

 span { border-color: rgb(163,127,219); }

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