Html Css Color HEX #A57FDB Medium Purple

📋 copy color: '#A57FDB'

red 165 ◦ green 127 ◦ blue 219

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

Shades of Medium Purple #A57FDB

Tints of Medium Purple #A57FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.85%

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

R = 32.29%
G = 24.85%
B = 42.86%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A57FDB (or 0xA57FDB) is known color: Medium Purple. HEX triplet: A5, 7F and DB. RGB value is (165,127,219). Sum of RGB (Red+Green+Blue) = 165+127+219=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A57FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FDB is #5A8024. Grayscale: #949494. Windows color (decimal): -5931045 or 14385061. OLE color: 14385061.

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

Color convert

RGB 165 127 219 -
CMYK 0.25 0.42 0 0.14
HSL 264.78º 0.56% 0.68% -
HSV(B) 264.78º 0.42% 0.86% -
XYZ 35.89 28.29 70.59 -
YUV 148.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 165 127 219 0.25 0.42 0 0.14 264.78 0.56 0.68
Hex A5 7F DB 19 2A 0 E 109 38 44
Octal 245 177 333 31 52 0 16 411 70 104
Binary 10100101 1111111 11011011 11001 101010 0 1110 100001001 111000 1000100

Color Harmonies of #A57FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FDB

Black with #A57FDB

Text Example


Text Example

White with #A57FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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