Html Css Color HEX #A57ADA Medium Purple

📋 copy color: '#A57ADA'

red 165 ◦ green 122 ◦ blue 218

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

Shades of Medium Purple #A57ADA

Tints of Medium Purple #A57ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

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

R = 32.67%
G = 24.16%
B = 43.17%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A57ADA (or 0xA57ADA) is known color: Medium Purple. HEX triplet: A5, 7A and DA. RGB value is (165,122,218). Sum of RGB (Red+Green+Blue) = 165+122+218=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #A57ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ADA is #5A8525. Grayscale: #919191. Windows color (decimal): -5932326 or 14318245. OLE color: 14318245.

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

Color convert

RGB 165 122 218 -
CMYK 0.24 0.44 0 0.15
HSL 266.88º 0.56% 0.67% -
HSV(B) 266.88º 0.44% 0.85% -
XYZ 35.13 26.98 69.69 -
YUV 145.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 165 122 218 0.24 0.44 0 0.15 266.88 0.56 0.67
Hex A5 7A DA 18 2C 0 F 10B 38 43
Octal 245 172 332 30 54 0 17 413 70 103
Binary 10100101 1111010 11011010 11000 101100 0 1111 100001011 111000 1000011

Color Harmonies of #A57ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57ADA

Black with #A57ADA

Text Example


Text Example

White with #A57ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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