Html Css Color HEX #A577F8 Medium Purple

📋 copy color: '#A577F8'

red 165 ◦ green 119 ◦ blue 248

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

Shades of Medium Purple #A577F8

Tints of Medium Purple #A577F8

RGB

 RED value IS 165 (64.84% from 255) = 31.02%

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

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 31.02%
G = 22.37%
B = 46.62%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A577F8 (or 0xA577F8) is known color: Medium Purple. HEX triplet: A5, 77 and F8. RGB value is (165,119,248). Sum of RGB (Red+Green+Blue) = 165+119+248=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #A577F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577F8 is #5A8807. Grayscale: #929292. Windows color (decimal): -5933064 or 16283557. OLE color: 16283557.

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

Color convert

RGB 165 119 248 -
CMYK 0.33 0.52 0 0.03
HSL 261.4º 0.9% 0.72% -
HSV(B) 261.4º 0.52% 0.97% -
XYZ 39.06 27.97 92.15 -
YUV 147.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 165 119 248 0.33 0.52 0 0.03 261.4 0.9 0.72
Hex A5 77 F8 21 34 0 3 105 5A 48
Octal 245 167 370 41 64 0 3 405 132 110
Binary 10100101 1110111 11111000 100001 110100 0 11 100000101 1011010 1001000

Color Harmonies of #A577F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577F8

Black with #A577F8

Text Example


Text Example

White with #A577F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577F8; }

 p { color: rgb(165,119,248); }

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

background-color css

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

 a { background-color: rgb(165,119,248); }

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

border-color css

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

 span { border-color: rgb(165,119,248); }

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