Html Css Color HEX #A478DA Medium Purple

📋 copy color: '#A478DA'

red 164 ◦ green 120 ◦ blue 218

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

Shades of Medium Purple #A478DA

Tints of Medium Purple #A478DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.9%

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

R = 32.67%
G = 23.9%
B = 43.43%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A478DA (or 0xA478DA) is known color: Medium Purple. HEX triplet: A4, 78 and DA. RGB value is (164,120,218). Sum of RGB (Red+Green+Blue) = 164+120+218=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #A478DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478DA is #5B8725. Grayscale: #8F8F8F. Windows color (decimal): -5998374 or 14317732. OLE color: 14317732.

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

Color convert

RGB 164 120 218 -
CMYK 0.25 0.45 0 0.15
HSL 266.94º 0.57% 0.66% -
HSV(B) 266.94º 0.45% 0.85% -
XYZ 34.68 26.39 69.6 -
YUV 144.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 164 120 218 0.25 0.45 0 0.15 266.94 0.57 0.66
Hex A4 78 DA 19 2D 0 F 10B 39 42
Octal 244 170 332 31 55 0 17 413 71 102
Binary 10100100 1111000 11011010 11001 101101 0 1111 100001011 111001 1000010

Color Harmonies of #A478DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478DA

Black with #A478DA

Text Example


Text Example

White with #A478DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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