Html Css Color HEX #A371DB Medium Purple

📋 copy color: '#A371DB'

red 163 ◦ green 113 ◦ blue 219

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

Shades of Medium Purple #A371DB

Tints of Medium Purple #A371DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.83%

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

R = 32.93%
G = 22.83%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A371DB (or 0xA371DB) is known color: Medium Purple. HEX triplet: A3, 71 and DB. RGB value is (163,113,219). Sum of RGB (Red+Green+Blue) = 163+113+219=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A371DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371DB is #5C8E24. Grayscale: #8B8B8B. Windows color (decimal): -6065701 or 14381475. OLE color: 14381475.

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

Color convert

RGB 163 113 219 -
CMYK 0.26 0.48 0 0.14
HSL 268.3º 0.6% 0.65% -
HSV(B) 268.3º 0.48% 0.86% -
XYZ 33.8 24.71 70.01 -
YUV 140.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 163 113 219 0.26 0.48 0 0.14 268.3 0.6 0.65
Hex A3 71 DB 1A 30 0 E 10C 3C 41
Octal 243 161 333 32 60 0 16 414 74 101
Binary 10100011 1110001 11011011 11010 110000 0 1110 100001100 111100 1000001

Color Harmonies of #A371DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371DB

Black with #A371DB

Text Example


Text Example

White with #A371DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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