Html Css Color HEX #A37DD9 Medium Purple

📋 copy color: '#A37DD9'

red 163 ◦ green 125 ◦ blue 217

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

Shades of Medium Purple #A37DD9

Tints of Medium Purple #A37DD9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 32.28%
G = 24.75%
B = 42.97%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A37DD9 (or 0xA37DD9) is known color: Medium Purple. HEX triplet: A3, 7D and D9. RGB value is (163,125,217). Sum of RGB (Red+Green+Blue) = 163+125+217=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #A37DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DD9 is #5C8226. Grayscale: #929292. Windows color (decimal): -6062631 or 14253475. OLE color: 14253475.

HSL color Cylindrical-coordinate representation of color #A37DD9: hue angle of 264.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37DD9 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 125 217 -
CMYK 0.25 0.42 0 0.15
HSL 264.78º 0.55% 0.67% -
HSV(B) 264.78º 0.42% 0.85% -
XYZ 34.96 27.46 69.1 -
YUV 146.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 163 125 217 0.25 0.42 0 0.15 264.78 0.55 0.67
Hex A3 7D D9 19 2A 0 F 109 37 43
Octal 243 175 331 31 52 0 17 411 67 103
Binary 10100011 1111101 11011001 11001 101010 0 1111 100001001 110111 1000011

Color Harmonies of #A37DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DD9

Black with #A37DD9

Text Example


Text Example

White with #A37DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DD9; }

 p { color: rgb(163,125,217); }

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

background-color css

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

 a { background-color: rgb(163,125,217); }

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

border-color css

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

 span { border-color: rgb(163,125,217); }

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