Html Css Color HEX #A57CED Medium Purple

📋 copy color: '#A57CED'

red 165 ◦ green 124 ◦ blue 237

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

Shades of Medium Purple #A57CED

Tints of Medium Purple #A57CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 31.37%
G = 23.57%
B = 45.06%

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

#A57CED (or 0xA57CED) is known color: Medium Purple. HEX triplet: A5, 7C and ED. RGB value is (165,124,237). Sum of RGB (Red+Green+Blue) = 165+124+237=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #A57CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CED is #5A8312. Grayscale: #949494. Windows color (decimal): -5931795 or 15563941. OLE color: 15563941.

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

Color convert

RGB 165 124 237 -
CMYK 0.30 0.48 0 0.07
HSL 261.77º 0.76% 0.71% -
HSV(B) 261.77º 0.48% 0.93% -
XYZ 38.01 28.53 83.62 -
YUV 149.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 165 124 237 0.30 0.48 0 0.07 261.77 0.76 0.71
Hex A5 7C ED 1E 30 0 7 106 4C 47
Octal 245 174 355 36 60 0 7 406 114 107
Binary 10100101 1111100 11101101 11110 110000 0 111 100000110 1001100 1000111

Color Harmonies of #A57CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CED

Black with #A57CED

Text Example


Text Example

White with #A57CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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