Html Css Color HEX #A57AEC Medium Purple

📋 copy color: '#A57AEC'

red 165 ◦ green 122 ◦ blue 236

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

Shades of Medium Purple #A57AEC

Tints of Medium Purple #A57AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 31.55%
G = 23.33%
B = 45.12%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A57AEC (or 0xA57AEC) is known color: Medium Purple. HEX triplet: A5, 7A and EC. RGB value is (165,122,236). Sum of RGB (Red+Green+Blue) = 165+122+236=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A57AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AEC is #5A8513. Grayscale: #939393. Windows color (decimal): -5932308 or 15497893. OLE color: 15497893.

HSL color Cylindrical-coordinate representation of color #A57AEC: hue angle of 262.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57AEC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 122 236 -
CMYK 0.30 0.48 0 0.07
HSL 262.63º 0.75% 0.7% -
HSV(B) 262.63º 0.48% 0.93% -
XYZ 37.62 27.97 82.77 -
YUV 147.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 165 122 236 0.30 0.48 0 0.07 262.63 0.75 0.7
Hex A5 7A EC 1E 30 0 7 107 4B 46
Octal 245 172 354 36 60 0 7 407 113 106
Binary 10100101 1111010 11101100 11110 110000 0 111 100000111 1001011 1000110

Color Harmonies of #A57AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AEC

Black with #A57AEC

Text Example


Text Example

White with #A57AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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