Html Css Color HEX #A57BEE Medium Purple

📋 copy color: '#A57BEE'

red 165 ◦ green 123 ◦ blue 238

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

Shades of Medium Purple #A57BEE

Tints of Medium Purple #A57BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.38%

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

R = 31.37%
G = 23.38%
B = 45.25%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A57BEE (or 0xA57BEE) is known color: Medium Purple. HEX triplet: A5, 7B and EE. RGB value is (165,123,238). Sum of RGB (Red+Green+Blue) = 165+123+238=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A57BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BEE is #5A8411. Grayscale: #949494. Windows color (decimal): -5932050 or 15629221. OLE color: 15629221.

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

Color convert

RGB 165 123 238 -
CMYK 0.31 0.48 0 0.07
HSL 261.91º 0.77% 0.71% -
HSV(B) 261.91º 0.48% 0.93% -
XYZ 38.03 28.34 84.35 -
YUV 148.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 165 123 238 0.31 0.48 0 0.07 261.91 0.77 0.71
Hex A5 7B EE 1F 30 0 7 106 4D 47
Octal 245 173 356 37 60 0 7 406 115 107
Binary 10100101 1111011 11101110 11111 110000 0 111 100000110 1001101 1000111

Color Harmonies of #A57BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BEE

Black with #A57BEE

Text Example


Text Example

White with #A57BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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