Html Css Color HEX #A577DD Medium Purple

📋 copy color: '#A577DD'

red 165 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #A577DD

Tints of Medium Purple #A577DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 32.67%
G = 23.56%
B = 43.76%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A577DD (or 0xA577DD) is known color: Medium Purple. HEX triplet: A5, 77 and DD. RGB value is (165,119,221). Sum of RGB (Red+Green+Blue) = 165+119+221=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A577DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577DD is #5A8822. Grayscale: #909090. Windows color (decimal): -5933091 or 14514085. OLE color: 14514085.

HSL color Cylindrical-coordinate representation of color #A577DD: hue angle of 267.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A577DD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 119 221 -
CMYK 0.25 0.46 0 0.13
HSL 267.06º 0.6% 0.67% -
HSV(B) 267.06º 0.46% 0.87% -
XYZ 35.17 26.41 71.65 -
YUV 144.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 165 119 221 0.25 0.46 0 0.13 267.06 0.6 0.67
Hex A5 77 DD 19 2E 0 D 10B 3C 43
Octal 245 167 335 31 56 0 15 413 74 103
Binary 10100101 1110111 11011101 11001 101110 0 1101 100001011 111100 1000011

Color Harmonies of #A577DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577DD

Black with #A577DD

Text Example


Text Example

White with #A577DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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