Html Css Color HEX #A57EEC Medium Purple

📋 copy color: '#A57EEC'

red 165 ◦ green 126 ◦ blue 236

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

Shades of Medium Purple #A57EEC

Tints of Medium Purple #A57EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.91%

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

R = 31.31%
G = 23.91%
B = 44.78%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A57EEC (or 0xA57EEC) is known color: Medium Purple. HEX triplet: A5, 7E and EC. RGB value is (165,126,236). Sum of RGB (Red+Green+Blue) = 165+126+236=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A57EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EEC is #5A8113. Grayscale: #959595. Windows color (decimal): -5931284 or 15498917. OLE color: 15498917.

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

Color convert

RGB 165 126 236 -
CMYK 0.30 0.47 0 0.07
HSL 261.27º 0.74% 0.71% -
HSV(B) 261.27º 0.47% 0.93% -
XYZ 38.12 28.98 82.94 -
YUV 150.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 165 126 236 0.30 0.47 0 0.07 261.27 0.74 0.71
Hex A5 7E EC 1E 2F 0 7 105 4A 47
Octal 245 176 354 36 57 0 7 405 112 107
Binary 10100101 1111110 11101100 11110 101111 0 111 100000101 1001010 1000111

Color Harmonies of #A57EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EEC

Black with #A57EEC

Text Example


Text Example

White with #A57EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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