Html Css Color HEX #A37CDD Medium Purple

📋 copy color: '#A37CDD'

red 163 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #A37CDD

Tints of Medium Purple #A37CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 32.09%
G = 24.41%
B = 43.5%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A37CDD (or 0xA37CDD) is known color: Medium Purple. HEX triplet: A3, 7C and DD. RGB value is (163,124,221). Sum of RGB (Red+Green+Blue) = 163+124+221=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A37CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CDD is #5C8322. Grayscale: #929292. Windows color (decimal): -6062883 or 14515363. OLE color: 14515363.

HSL color Cylindrical-coordinate representation of color #A37CDD: hue angle of 264.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37CDD is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 124 221 -
CMYK 0.26 0.44 0 0.13
HSL 264.12º 0.59% 0.68% -
HSV(B) 264.12º 0.44% 0.87% -
XYZ 35.36 27.42 71.84 -
YUV 146.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 163 124 221 0.26 0.44 0 0.13 264.12 0.59 0.68
Hex A3 7C DD 1A 2C 0 D 108 3B 44
Octal 243 174 335 32 54 0 15 410 73 104
Binary 10100011 1111100 11011101 11010 101100 0 1101 100001000 111011 1000100

Color Harmonies of #A37CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37CDD

Black with #A37CDD

Text Example


Text Example

White with #A37CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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