Html Css Color HEX #A478E8 Medium Purple

📋 copy color: '#A478E8'

red 164 ◦ green 120 ◦ blue 232

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

Shades of Medium Purple #A478E8

Tints of Medium Purple #A478E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.96%

R = 31.78%
G = 23.26%
B = 44.96%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A478E8 (or 0xA478E8) is known color: Medium Purple. HEX triplet: A4, 78 and E8. RGB value is (164,120,232). Sum of RGB (Red+Green+Blue) = 164+120+232=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #A478E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A478E8 is #5B8717. Grayscale: #919191. Windows color (decimal): -5998360 or 15235236. OLE color: 15235236.

HSL color Cylindrical-coordinate representation of color #A478E8: hue angle of 263.57º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A478E8 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 120 232 -
CMYK 0.29 0.48 0 0.09
HSL 263.57º 0.71% 0.69% -
HSV(B) 263.57º 0.48% 0.91% -
XYZ 36.59 27.15 79.66 -
YUV 145.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 164 120 232 0.29 0.48 0 0.09 263.57 0.71 0.69
Hex A4 78 E8 1D 30 0 9 108 47 45
Octal 244 170 350 35 60 0 11 410 107 105
Binary 10100100 1111000 11101000 11101 110000 0 1001 100001000 1000111 1000101

Color Harmonies of #A478E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478E8

Black with #A478E8

Text Example


Text Example

White with #A478E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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