Html Css Color HEX #A57ADE Medium Purple

📋 copy color: '#A57ADE'

red 165 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #A57ADE

Tints of Medium Purple #A57ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 32.42%
G = 23.97%
B = 43.61%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A57ADE (or 0xA57ADE) is known color: Medium Purple. HEX triplet: A5, 7A and DE. RGB value is (165,122,222). Sum of RGB (Red+Green+Blue) = 165+122+222=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #A57ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ADE is #5A8521. Grayscale: #919191. Windows color (decimal): -5932322 or 14580389. OLE color: 14580389.

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

Color convert

RGB 165 122 222 -
CMYK 0.26 0.45 0 0.13
HSL 265.8º 0.6% 0.67% -
HSV(B) 265.8º 0.45% 0.87% -
XYZ 35.66 27.19 72.48 -
YUV 146.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 165 122 222 0.26 0.45 0 0.13 265.8 0.6 0.67
Hex A5 7A DE 1A 2D 0 D 10A 3C 43
Octal 245 172 336 32 55 0 15 412 74 103
Binary 10100101 1111010 11011110 11010 101101 0 1101 100001010 111100 1000011

Color Harmonies of #A57ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57ADE

Black with #A57ADE

Text Example


Text Example

White with #A57ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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