Html Css Color HEX #A576EC Medium Purple

📋 copy color: '#A576EC'

red 165 ◦ green 118 ◦ blue 236

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

Shades of Medium Purple #A576EC

Tints of Medium Purple #A576EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 31.79%
G = 22.74%
B = 45.47%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A576EC (or 0xA576EC) is known color: Medium Purple. HEX triplet: A5, 76 and EC. RGB value is (165,118,236). Sum of RGB (Red+Green+Blue) = 165+118+236=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #A576EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576EC is #5A8913. Grayscale: #919191. Windows color (decimal): -5933332 or 15496869. OLE color: 15496869.

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

Color convert

RGB 165 118 236 -
CMYK 0.30 0.5 0 0.07
HSL 263.9º 0.76% 0.69% -
HSV(B) 263.9º 0.5% 0.93% -
XYZ 37.14 27.01 82.61 -
YUV 145.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 165 118 236 0.30 0.5 0 0.07 263.9 0.76 0.69
Hex A5 76 EC 1E 32 0 7 108 4C 45
Octal 245 166 354 36 62 0 7 410 114 105
Binary 10100101 1110110 11101100 11110 110010 0 111 100001000 1001100 1000101

Color Harmonies of #A576EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576EC

Black with #A576EC

Text Example


Text Example

White with #A576EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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