Html Css Color HEX #A37BD8 Medium Purple

📋 copy color: '#A37BD8'

red 163 ◦ green 123 ◦ blue 216

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

Shades of Medium Purple #A37BD8

Tints of Medium Purple #A37BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 32.47%
G = 24.5%
B = 43.03%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A37BD8 (or 0xA37BD8) is known color: Medium Purple. HEX triplet: A3, 7B and D8. RGB value is (163,123,216). Sum of RGB (Red+Green+Blue) = 163+123+216=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #A37BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BD8 is #5C8427. Grayscale: #919191. Windows color (decimal): -6063144 or 14187427. OLE color: 14187427.

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

Color convert

RGB 163 123 216 -
CMYK 0.25 0.43 0 0.15
HSL 265.81º 0.54% 0.66% -
HSV(B) 265.81º 0.43% 0.85% -
XYZ 34.58 26.91 68.34 -
YUV 145.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 163 123 216 0.25 0.43 0 0.15 265.81 0.54 0.66
Hex A3 7B D8 19 2B 0 F 10A 36 42
Octal 243 173 330 31 53 0 17 412 66 102
Binary 10100011 1111011 11011000 11001 101011 0 1111 100001010 110110 1000010

Color Harmonies of #A37BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BD8

Black with #A37BD8

Text Example


Text Example

White with #A37BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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