Html Css Color HEX #A37BE1 Medium Purple

📋 copy color: '#A37BE1'

red 163 ◦ green 123 ◦ blue 225

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

Shades of Medium Purple #A37BE1

Tints of Medium Purple #A37BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.07%

 BLUE value IS 225 (88.28% from 255) = 44.03%

R = 31.9%
G = 24.07%
B = 44.03%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A37BE1 (or 0xA37BE1) is known color: Medium Purple. HEX triplet: A3, 7B and E1. RGB value is (163,123,225). Sum of RGB (Red+Green+Blue) = 163+123+225=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #A37BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BE1 is #5C841E. Grayscale: #929292. Windows color (decimal): -6063135 or 14777251. OLE color: 14777251.

HSL color Cylindrical-coordinate representation of color #A37BE1: hue angle of 263.53º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A37BE1 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 123 225 -
CMYK 0.28 0.45 0 0.12
HSL 263.53º 0.63% 0.68% -
HSV(B) 263.53º 0.45% 0.88% -
XYZ 35.78 27.39 74.64 -
YUV 146.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 163 123 225 0.28 0.45 0 0.12 263.53 0.63 0.68
Hex A3 7B E1 1C 2D 0 C 108 3F 44
Octal 243 173 341 34 55 0 14 410 77 104
Binary 10100011 1111011 11100001 11100 101101 0 1100 100001000 111111 1000100

Color Harmonies of #A37BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BE1

Black with #A37BE1

Text Example


Text Example

White with #A37BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BE1; }

 p { color: rgb(163,123,225); }

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

background-color css

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

 a { background-color: rgb(163,123,225); }

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

border-color css

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

 span { border-color: rgb(163,123,225); }

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