Html Css Color HEX #A478EE Medium Purple

📋 copy color: '#A478EE'

red 164 ◦ green 120 ◦ blue 238

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

Shades of Medium Purple #A478EE

Tints of Medium Purple #A478EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 31.42%
G = 22.99%
B = 45.59%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A478EE (or 0xA478EE) is known color: Medium Purple. HEX triplet: A4, 78 and EE. RGB value is (164,120,238). Sum of RGB (Red+Green+Blue) = 164+120+238=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #A478EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A478EE is #5B8711. Grayscale: #929292. Windows color (decimal): -5998354 or 15628452. OLE color: 15628452.

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

Color convert

RGB 164 120 238 -
CMYK 0.31 0.50 0 0.07
HSL 262.37º 0.78% 0.7% -
HSV(B) 262.37º 0.5% 0.93% -
XYZ 37.46 27.5 84.22 -
YUV 146.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 164 120 238 0.31 0.50 0 0.07 262.37 0.78 0.7
Hex A4 78 EE 1F 32 0 7 106 4E 46
Octal 244 170 356 37 62 0 7 406 116 106
Binary 10100100 1111000 11101110 11111 110010 0 111 100000110 1001110 1000110

Color Harmonies of #A478EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478EE

Black with #A478EE

Text Example


Text Example

White with #A478EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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