Html Css Color HEX #A476DD Medium Purple

📋 copy color: '#A476DD'

red 164 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #A476DD

Tints of Medium Purple #A476DD

RGB

 RED value IS 164 (64.45% from 255) = 32.6%

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

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

R = 32.6%
G = 23.46%
B = 43.94%

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

#A476DD (or 0xA476DD) is known color: Medium Purple. HEX triplet: A4, 76 and DD. RGB value is (164,118,221). Sum of RGB (Red+Green+Blue) = 164+118+221=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 118 (46.48% from 255 or 23.46% 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 #A476DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476DD is #5B8922. Grayscale: #8F8F8F. Windows color (decimal): -5998883 or 14513828. OLE color: 14513828.

HSL color Cylindrical-coordinate representation of color #A476DD: hue angle of 266.8º 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 #A476DD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 118 221 -
CMYK 0.26 0.47 0 0.13
HSL 266.8º 0.6% 0.66% -
HSV(B) 266.8º 0.47% 0.87% -
XYZ 34.84 26.07 71.6 -
YUV 143.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 164 118 221 0.26 0.47 0 0.13 266.8 0.6 0.66
Hex A4 76 DD 1A 2F 0 D 10B 3C 42
Octal 244 166 335 32 57 0 15 413 74 102
Binary 10100100 1110110 11011101 11010 101111 0 1101 100001011 111100 1000010

Color Harmonies of #A476DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476DD

Black with #A476DD

Text Example


Text Example

White with #A476DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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