Html Css Color HEX #A57CEA Medium Purple

📋 copy color: '#A57CEA'

red 165 ◦ green 124 ◦ blue 234

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

Shades of Medium Purple #A57CEA

Tints of Medium Purple #A57CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.71%

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 31.55%
G = 23.71%
B = 44.74%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A57CEA (or 0xA57CEA) is known color: Medium Purple. HEX triplet: A5, 7C and EA. RGB value is (165,124,234). Sum of RGB (Red+Green+Blue) = 165+124+234=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #A57CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CEA is #5A8315. Grayscale: #949494. Windows color (decimal): -5931798 or 15367333. OLE color: 15367333.

HSL color Cylindrical-coordinate representation of color #A57CEA: hue angle of 262.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57CEA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 124 234 -
CMYK 0.29 0.47 0 0.08
HSL 262.36º 0.72% 0.7% -
HSV(B) 262.36º 0.47% 0.92% -
XYZ 37.58 28.36 81.33 -
YUV 148.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 165 124 234 0.29 0.47 0 0.08 262.36 0.72 0.7
Hex A5 7C EA 1D 2F 0 8 106 48 46
Octal 245 174 352 35 57 0 10 406 110 106
Binary 10100101 1111100 11101010 11101 101111 0 1000 100000110 1001000 1000110

Color Harmonies of #A57CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CEA

Black with #A57CEA

Text Example


Text Example

White with #A57CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CEA; }

 p { color: rgb(165,124,234); }

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

background-color css

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

 a { background-color: rgb(165,124,234); }

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

border-color css

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

 span { border-color: rgb(165,124,234); }

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