Html Css Color HEX #A478EA Medium Purple

📋 copy color: '#A478EA'

red 164 ◦ green 120 ◦ blue 234

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

Shades of Medium Purple #A478EA

Tints of Medium Purple #A478EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 31.66%
G = 23.17%
B = 45.17%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A478EA (or 0xA478EA) is known color: Medium Purple. HEX triplet: A4, 78 and EA. RGB value is (164,120,234). Sum of RGB (Red+Green+Blue) = 164+120+234=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #A478EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A478EA is #5B8715. Grayscale: #919191. Windows color (decimal): -5998358 or 15366308. OLE color: 15366308.

HSL color Cylindrical-coordinate representation of color #A478EA: hue angle of 263.16º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A478EA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 120 234 -
CMYK 0.30 0.49 0 0.08
HSL 263.16º 0.73% 0.69% -
HSV(B) 263.16º 0.49% 0.92% -
XYZ 36.88 27.27 81.16 -
YUV 146.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 164 120 234 0.30 0.49 0 0.08 263.16 0.73 0.69
Hex A4 78 EA 1E 31 0 8 107 49 45
Octal 244 170 352 36 61 0 10 407 111 105
Binary 10100100 1111000 11101010 11110 110001 0 1000 100000111 1001001 1000101

Color Harmonies of #A478EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478EA

Black with #A478EA

Text Example


Text Example

White with #A478EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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