Html Css Color HEX #A577D7 Medium Purple

📋 copy color: '#A577D7'

red 165 ◦ green 119 ◦ blue 215

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

Shades of Medium Purple #A577D7

Tints of Medium Purple #A577D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 33.07%
G = 23.85%
B = 43.09%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A577D7 (or 0xA577D7) is known color: Medium Purple. HEX triplet: A5, 77 and D7. RGB value is (165,119,215). Sum of RGB (Red+Green+Blue) = 165+119+215=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #A577D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577D7 is #5A8828. Grayscale: #8F8F8F. Windows color (decimal): -5933097 or 14120869. OLE color: 14120869.

HSL color Cylindrical-coordinate representation of color #A577D7: hue angle of 268.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A577D7 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 119 215 -
CMYK 0.23 0.45 0 0.16
HSL 268.75º 0.55% 0.65% -
HSV(B) 268.75º 0.45% 0.84% -
XYZ 34.38 26.1 67.52 -
YUV 143.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 165 119 215 0.23 0.45 0 0.16 268.75 0.55 0.65
Hex A5 77 D7 17 2D 0 10 10D 37 41
Octal 245 167 327 27 55 0 20 415 67 101
Binary 10100101 1110111 11010111 10111 101101 0 10000 100001101 110111 1000001

Color Harmonies of #A577D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577D7

Black with #A577D7

Text Example


Text Example

White with #A577D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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