Html Css Color HEX #A57CDC Medium Purple

📋 copy color: '#A57CDC'

red 165 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #A57CDC

Tints of Medium Purple #A57CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 32.42%
G = 24.36%
B = 43.22%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A57CDC (or 0xA57CDC) is known color: Medium Purple. HEX triplet: A5, 7C and DC. RGB value is (165,124,220). Sum of RGB (Red+Green+Blue) = 165+124+220=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A57CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CDC is #5A8323. Grayscale: #929292. Windows color (decimal): -5931812 or 14449829. OLE color: 14449829.

HSL color Cylindrical-coordinate representation of color #A57CDC: hue angle of 265.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57CDC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 124 220 -
CMYK 0.25 0.44 0 0.14
HSL 265.63º 0.58% 0.67% -
HSV(B) 265.63º 0.44% 0.86% -
XYZ 35.64 27.58 71.16 -
YUV 147.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 165 124 220 0.25 0.44 0 0.14 265.63 0.58 0.67
Hex A5 7C DC 19 2C 0 E 10A 3A 43
Octal 245 174 334 31 54 0 16 412 72 103
Binary 10100101 1111100 11011100 11001 101100 0 1110 100001010 111010 1000011

Color Harmonies of #A57CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CDC

Black with #A57CDC

Text Example


Text Example

White with #A57CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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