Html Css Color HEX #A376DD Medium Purple

📋 copy color: '#A376DD'

red 163 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #A376DD

Tints of Medium Purple #A376DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.51%

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

R = 32.47%
G = 23.51%
B = 44.02%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A376DD (or 0xA376DD) is known color: Medium Purple. HEX triplet: A3, 76 and DD. RGB value is (163,118,221). Sum of RGB (Red+Green+Blue) = 163+118+221=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #A376DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376DD is #5C8922. Grayscale: #8E8E8E. Windows color (decimal): -6064419 or 14513827. OLE color: 14513827.

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

Color convert

RGB 163 118 221 -
CMYK 0.26 0.47 0 0.13
HSL 266.21º 0.6% 0.66% -
HSV(B) 266.21º 0.47% 0.87% -
XYZ 34.63 25.96 71.59 -
YUV 143.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 163 118 221 0.26 0.47 0 0.13 266.21 0.6 0.66
Hex A3 76 DD 1A 2F 0 D 10A 3C 42
Octal 243 166 335 32 57 0 15 412 74 102
Binary 10100011 1110110 11011101 11010 101111 0 1101 100001010 111100 1000010

Color Harmonies of #A376DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376DD

Black with #A376DD

Text Example


Text Example

White with #A376DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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