Html Css Color HEX #A576FC Medium Purple

📋 copy color: '#A576FC'

red 165 ◦ green 118 ◦ blue 252

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

Shades of Medium Purple #A576FC

Tints of Medium Purple #A576FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.06%

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 30.84%
G = 22.06%
B = 47.1%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A576FC (or 0xA576FC) is known color: Medium Purple. HEX triplet: A5, 76 and FC. RGB value is (165,118,252). Sum of RGB (Red+Green+Blue) = 165+118+252=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #A576FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576FC is #5A8903. Grayscale: #929292. Windows color (decimal): -5933316 or 16545445. OLE color: 16545445.

HSL color Cylindrical-coordinate representation of color #A576FC: hue angle of 261.04º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A576FC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 118 252 -
CMYK 0.35 0.53 0 0.01
HSL 261.04º 0.96% 0.73% -
HSV(B) 261.04º 0.53% 0.99% -
XYZ 39.57 27.98 95.41 -
YUV 147.33 187.07 140.6 -
System Red Green Blue C M Y K H S L
Decimal 165 118 252 0.35 0.53 0 0.01 261.04 0.96 0.73
Hex A5 76 FC 23 35 0 1 105 60 49
Octal 245 166 374 43 65 0 1 405 140 111
Binary 10100101 1110110 11111100 100011 110101 0 1 100000101 1100000 1001001

Color Harmonies of #A576FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576FC

Black with #A576FC

Text Example


Text Example

White with #A576FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576FC; }

 p { color: rgb(165,118,252); }

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

background-color css

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

 a { background-color: rgb(165,118,252); }

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

border-color css

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

 span { border-color: rgb(165,118,252); }

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