Html Css Color HEX #A576EF Medium Purple

📋 copy color: '#A576EF'

red 165 ◦ green 118 ◦ blue 239

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

Shades of Medium Purple #A576EF

Tints of Medium Purple #A576EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 31.61%
G = 22.61%
B = 45.79%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A576EF (or 0xA576EF) is known color: Medium Purple. HEX triplet: A5, 76 and EF. RGB value is (165,118,239). Sum of RGB (Red+Green+Blue) = 165+118+239=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #A576EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576EF is #5A8910. Grayscale: #919191. Windows color (decimal): -5933329 or 15693477. OLE color: 15693477.

HSL color Cylindrical-coordinate representation of color #A576EF: hue angle of 263.31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A576EF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 118 239 -
CMYK 0.31 0.51 0 0.06
HSL 263.31º 0.79% 0.7% -
HSV(B) 263.31º 0.51% 0.94% -
XYZ 37.58 27.19 84.93 -
YUV 145.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 165 118 239 0.31 0.51 0 0.06 263.31 0.79 0.7
Hex A5 76 EF 1F 33 0 6 107 4F 46
Octal 245 166 357 37 63 0 6 407 117 106
Binary 10100101 1110110 11101111 11111 110011 0 110 100000111 1001111 1000110

Color Harmonies of #A576EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576EF

Black with #A576EF

Text Example


Text Example

White with #A576EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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