Html Css Color HEX #A57FEE Medium Purple

📋 copy color: '#A57FEE'

red 165 ◦ green 127 ◦ blue 238

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

Shades of Medium Purple #A57FEE

Tints of Medium Purple #A57FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.96%

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 31.13%
G = 23.96%
B = 44.91%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A57FEE (or 0xA57FEE) is known color: Medium Purple. HEX triplet: A5, 7F and EE. RGB value is (165,127,238). Sum of RGB (Red+Green+Blue) = 165+127+238=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #A57FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FEE is #5A8011. Grayscale: #969696. Windows color (decimal): -5931026 or 15630245. OLE color: 15630245.

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

Color convert

RGB 165 127 238 -
CMYK 0.31 0.47 0 0.07
HSL 260.54º 0.77% 0.72% -
HSV(B) 260.54º 0.47% 0.93% -
XYZ 38.54 29.35 84.52 -
YUV 151.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 165 127 238 0.31 0.47 0 0.07 260.54 0.77 0.72
Hex A5 7F EE 1F 2F 0 7 105 4D 48
Octal 245 177 356 37 57 0 7 405 115 110
Binary 10100101 1111111 11101110 11111 101111 0 111 100000101 1001101 1001000

Color Harmonies of #A57FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FEE

Black with #A57FEE

Text Example


Text Example

White with #A57FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FEE; }

 p { color: rgb(165,127,238); }

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

background-color css

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

 a { background-color: rgb(165,127,238); }

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

border-color css

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

 span { border-color: rgb(165,127,238); }

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