Html Css Color HEX #A477F6 Medium Purple

📋 copy color: '#A477F6'

red 164 ◦ green 119 ◦ blue 246

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

Shades of Medium Purple #A477F6

Tints of Medium Purple #A477F6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.5%

 BLUE value IS 246 (96.48% from 255) = 46.5%

R = 31%
G = 22.5%
B = 46.5%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A477F6 (or 0xA477F6) is known color: Medium Purple. HEX triplet: A4, 77 and F6. RGB value is (164,119,246). Sum of RGB (Red+Green+Blue) = 164+119+246=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #A477F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A477F6 is #5B8809. Grayscale: #929292. Windows color (decimal): -5998602 or 16152484. OLE color: 16152484.

HSL color Cylindrical-coordinate representation of color #A477F6: hue angle of 261.26º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A477F6 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 119 246 -
CMYK 0.33 0.52 0 0.04
HSL 261.26º 0.88% 0.72% -
HSV(B) 261.26º 0.52% 0.96% -
XYZ 38.54 27.74 90.51 -
YUV 146.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 164 119 246 0.33 0.52 0 0.04 261.26 0.88 0.72
Hex A4 77 F6 21 34 0 4 105 58 48
Octal 244 167 366 41 64 0 4 405 130 110
Binary 10100100 1110111 11110110 100001 110100 0 100 100000101 1011000 1001000

Color Harmonies of #A477F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477F6

Black with #A477F6

Text Example


Text Example

White with #A477F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477F6; }

 p { color: rgb(164,119,246); }

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

background-color css

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

 a { background-color: rgb(164,119,246); }

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

border-color css

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

 span { border-color: rgb(164,119,246); }

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