Html Css Color HEX #A577DB Medium Purple

📋 copy color: '#A577DB'

red 165 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #A577DB

Tints of Medium Purple #A577DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 32.8%
G = 23.66%
B = 43.54%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A577DB (or 0xA577DB) is known color: Medium Purple. HEX triplet: A5, 77 and DB. RGB value is (165,119,219). Sum of RGB (Red+Green+Blue) = 165+119+219=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A577DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577DB is #5A8824. Grayscale: #8F8F8F. Windows color (decimal): -5933093 or 14383013. OLE color: 14383013.

HSL color Cylindrical-coordinate representation of color #A577DB: hue angle of 267.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A577DB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 119 219 -
CMYK 0.25 0.46 0 0.14
HSL 267.6º 0.58% 0.66% -
HSV(B) 267.6º 0.46% 0.86% -
XYZ 34.9 26.31 70.26 -
YUV 144.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 165 119 219 0.25 0.46 0 0.14 267.6 0.58 0.66
Hex A5 77 DB 19 2E 0 E 10C 3A 42
Octal 245 167 333 31 56 0 16 414 72 102
Binary 10100101 1110111 11011011 11001 101110 0 1110 100001100 111010 1000010

Color Harmonies of #A577DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577DB

Black with #A577DB

Text Example


Text Example

White with #A577DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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