Html Css Color HEX #A476DA Medium Purple

📋 copy color: '#A476DA'

red 164 ◦ green 118 ◦ blue 218

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

Shades of Medium Purple #A476DA

Tints of Medium Purple #A476DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 32.8%
G = 23.6%
B = 43.6%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A476DA (or 0xA476DA) is known color: Medium Purple. HEX triplet: A4, 76 and DA. RGB value is (164,118,218). Sum of RGB (Red+Green+Blue) = 164+118+218=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #A476DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476DA is #5B8925. Grayscale: #8E8E8E. Windows color (decimal): -5998886 or 14317220. OLE color: 14317220.

HSL color Cylindrical-coordinate representation of color #A476DA: hue angle of 267.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A476DA is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 118 218 -
CMYK 0.25 0.46 0 0.15
HSL 267.6º 0.57% 0.66% -
HSV(B) 267.6º 0.46% 0.85% -
XYZ 34.44 25.91 69.52 -
YUV 143.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 164 118 218 0.25 0.46 0 0.15 267.6 0.57 0.66
Hex A4 76 DA 19 2E 0 F 10C 39 42
Octal 244 166 332 31 56 0 17 414 71 102
Binary 10100100 1110110 11011010 11001 101110 0 1111 100001100 111001 1000010

Color Harmonies of #A476DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476DA

Black with #A476DA

Text Example


Text Example

White with #A476DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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