Html Css Color HEX #A478ED Medium Purple

📋 copy color: '#A478ED'

red 164 ◦ green 120 ◦ blue 237

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

Shades of Medium Purple #A478ED

Tints of Medium Purple #A478ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 31.48%
G = 23.03%
B = 45.49%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A478ED (or 0xA478ED) is known color: Medium Purple. HEX triplet: A4, 78 and ED. RGB value is (164,120,237). Sum of RGB (Red+Green+Blue) = 164+120+237=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A478ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A478ED is #5B8712. Grayscale: #929292. Windows color (decimal): -5998355 or 15562916. OLE color: 15562916.

HSL color Cylindrical-coordinate representation of color #A478ED: hue angle of 262.56º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A478ED is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 120 237 -
CMYK 0.31 0.49 0 0.07
HSL 262.56º 0.76% 0.7% -
HSV(B) 262.56º 0.49% 0.93% -
XYZ 37.31 27.44 83.45 -
YUV 146.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 164 120 237 0.31 0.49 0 0.07 262.56 0.76 0.7
Hex A4 78 ED 1F 31 0 7 107 4C 46
Octal 244 170 355 37 61 0 7 407 114 106
Binary 10100100 1111000 11101101 11111 110001 0 111 100000111 1001100 1000110

Color Harmonies of #A478ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478ED

Black with #A478ED

Text Example


Text Example

White with #A478ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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