Html Css Color HEX #A57BEC Medium Purple

📋 copy color: '#A57BEC'

red 165 ◦ green 123 ◦ blue 236

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

Shades of Medium Purple #A57BEC

Tints of Medium Purple #A57BEC

RGB

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

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

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

R = 31.49%
G = 23.47%
B = 45.04%

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

#A57BEC (or 0xA57BEC) is known color: Medium Purple. HEX triplet: A5, 7B and EC. RGB value is (165,123,236). Sum of RGB (Red+Green+Blue) = 165+123+236=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #A57BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BEC is #5A8413. Grayscale: #949494. Windows color (decimal): -5932052 or 15498149. OLE color: 15498149.

HSL color Cylindrical-coordinate representation of color #A57BEC: hue angle of 262.3º 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 #A57BEC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 123 236 -
CMYK 0.30 0.48 0 0.07
HSL 262.3º 0.75% 0.7% -
HSV(B) 262.3º 0.48% 0.93% -
XYZ 37.74 28.22 82.82 -
YUV 148.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 165 123 236 0.30 0.48 0 0.07 262.3 0.75 0.7
Hex A5 7B EC 1E 30 0 7 106 4B 46
Octal 245 173 354 36 60 0 7 406 113 106
Binary 10100101 1111011 11101100 11110 110000 0 111 100000110 1001011 1000110

Color Harmonies of #A57BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BEC

Black with #A57BEC

Text Example


Text Example

White with #A57BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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