Html Css Color HEX #A37CDB Medium Purple

📋 copy color: '#A37CDB'

red 163 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #A37CDB

Tints of Medium Purple #A37CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

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

R = 32.21%
G = 24.51%
B = 43.28%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A37CDB (or 0xA37CDB) is known color: Medium Purple. HEX triplet: A3, 7C and DB. RGB value is (163,124,219). Sum of RGB (Red+Green+Blue) = 163+124+219=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #A37CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CDB is #5C8324. Grayscale: #929292. Windows color (decimal): -6062885 or 14384291. OLE color: 14384291.

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

Color convert

RGB 163 124 219 -
CMYK 0.26 0.43 0 0.14
HSL 264.63º 0.57% 0.67% -
HSV(B) 264.63º 0.43% 0.86% -
XYZ 35.1 27.32 70.44 -
YUV 146.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 163 124 219 0.26 0.43 0 0.14 264.63 0.57 0.67
Hex A3 7C DB 1A 2B 0 E 109 39 43
Octal 243 174 333 32 53 0 16 411 71 103
Binary 10100011 1111100 11011011 11010 101011 0 1110 100001001 111001 1000011

Color Harmonies of #A37CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37CDB

Black with #A37CDB

Text Example


Text Example

White with #A37CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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