Html Css Color HEX #A377DD Medium Purple

📋 copy color: '#A377DD'

red 163 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #A377DD

Tints of Medium Purple #A377DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 32.41%
G = 23.66%
B = 43.94%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A377DD (or 0xA377DD) is known color: Medium Purple. HEX triplet: A3, 77 and DD. RGB value is (163,119,221). Sum of RGB (Red+Green+Blue) = 163+119+221=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #A377DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377DD is #5C8822. Grayscale: #8F8F8F. Windows color (decimal): -6064163 or 14514083. OLE color: 14514083.

HSL color Cylindrical-coordinate representation of color #A377DD: hue angle of 265.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A377DD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 119 221 -
CMYK 0.26 0.46 0 0.13
HSL 265.88º 0.6% 0.67% -
HSV(B) 265.88º 0.46% 0.87% -
XYZ 34.75 26.2 71.63 -
YUV 143.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 163 119 221 0.26 0.46 0 0.13 265.88 0.6 0.67
Hex A3 77 DD 1A 2E 0 D 10A 3C 43
Octal 243 167 335 32 56 0 15 412 74 103
Binary 10100011 1110111 11011101 11010 101110 0 1101 100001010 111100 1000011

Color Harmonies of #A377DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377DD

Black with #A377DD

Text Example


Text Example

White with #A377DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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