Html Css Color HEX #A57DDA Medium Purple

📋 copy color: '#A57DDA'

red 165 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #A57DDA

Tints of Medium Purple #A57DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.61%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 32.48%
G = 24.61%
B = 42.91%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A57DDA (or 0xA57DDA) is known color: Medium Purple. HEX triplet: A5, 7D and DA. RGB value is (165,125,218). Sum of RGB (Red+Green+Blue) = 165+125+218=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A57DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DDA is #5A8225. Grayscale: #939393. Windows color (decimal): -5931558 or 14319013. OLE color: 14319013.

HSL color Cylindrical-coordinate representation of color #A57DDA: hue angle of 265.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57DDA is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 125 218 -
CMYK 0.24 0.43 0 0.15
HSL 265.81º 0.56% 0.67% -
HSV(B) 265.81º 0.43% 0.85% -
XYZ 35.51 27.73 69.81 -
YUV 147.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 165 125 218 0.24 0.43 0 0.15 265.81 0.56 0.67
Hex A5 7D DA 18 2B 0 F 10A 38 43
Octal 245 175 332 30 53 0 17 412 70 103
Binary 10100101 1111101 11011010 11000 101011 0 1111 100001010 111000 1000011

Color Harmonies of #A57DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DDA

Black with #A57DDA

Text Example


Text Example

White with #A57DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DDA; }

 p { color: rgb(165,125,218); }

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

background-color css

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

 a { background-color: rgb(165,125,218); }

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

border-color css

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

 span { border-color: rgb(165,125,218); }

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