Html Css Color HEX #A576EB Medium Purple

📋 copy color: '#A576EB'

red 165 ◦ green 118 ◦ blue 235

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

Shades of Medium Purple #A576EB

Tints of Medium Purple #A576EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 31.85%
G = 22.78%
B = 45.37%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A576EB (or 0xA576EB) is known color: Medium Purple. HEX triplet: A5, 76 and EB. RGB value is (165,118,235). Sum of RGB (Red+Green+Blue) = 165+118+235=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #A576EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576EB is #5A8914. Grayscale: #909090. Windows color (decimal): -5933333 or 15431333. OLE color: 15431333.

HSL color Cylindrical-coordinate representation of color #A576EB: hue angle of 264.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A576EB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 118 235 -
CMYK 0.30 0.50 0 0.08
HSL 264.1º 0.75% 0.69% -
HSV(B) 264.1º 0.5% 0.92% -
XYZ 36.99 26.95 81.85 -
YUV 145.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 165 118 235 0.30 0.50 0 0.08 264.1 0.75 0.69
Hex A5 76 EB 1E 32 0 8 108 4B 45
Octal 245 166 353 36 62 0 10 410 113 105
Binary 10100101 1110110 11101011 11110 110010 0 1000 100001000 1001011 1000101

Color Harmonies of #A576EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576EB

Black with #A576EB

Text Example


Text Example

White with #A576EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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