Html Css Color HEX #A377DB Medium Purple

📋 copy color: '#A377DB'

red 163 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #A377DB

Tints of Medium Purple #A377DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.75%

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

R = 32.53%
G = 23.75%
B = 43.71%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A377DB (or 0xA377DB) is known color: Medium Purple. HEX triplet: A3, 77 and DB. RGB value is (163,119,219). Sum of RGB (Red+Green+Blue) = 163+119+219=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A377DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377DB is #5C8824. Grayscale: #8F8F8F. Windows color (decimal): -6064165 or 14383011. OLE color: 14383011.

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

Color convert

RGB 163 119 219 -
CMYK 0.26 0.46 0 0.14
HSL 266.4º 0.58% 0.66% -
HSV(B) 266.4º 0.46% 0.86% -
XYZ 34.49 26.09 70.24 -
YUV 143.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 163 119 219 0.26 0.46 0 0.14 266.4 0.58 0.66
Hex A3 77 DB 1A 2E 0 E 10A 3A 42
Octal 243 167 333 32 56 0 16 412 72 102
Binary 10100011 1110111 11011011 11010 101110 0 1110 100001010 111010 1000010

Color Harmonies of #A377DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377DB

Black with #A377DB

Text Example


Text Example

White with #A377DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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