Html Css Color HEX #A57CF2 Medium Purple

📋 copy color: '#A57CF2'

red 165 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #A57CF2

Tints of Medium Purple #A57CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.57%

R = 31.07%
G = 23.35%
B = 45.57%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A57CF2 (or 0xA57CF2) is known color: Medium Purple. HEX triplet: A5, 7C and F2. RGB value is (165,124,242). Sum of RGB (Red+Green+Blue) = 165+124+242=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #A57CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CF2 is #5A830D. Grayscale: #959595. Windows color (decimal): -5931790 or 15891621. OLE color: 15891621.

HSL color Cylindrical-coordinate representation of color #A57CF2: hue angle of 260.85º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A57CF2 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 124 242 -
CMYK 0.32 0.49 0 0.05
HSL 260.85º 0.82% 0.72% -
HSV(B) 260.85º 0.49% 0.95% -
XYZ 38.75 28.83 87.53 -
YUV 149.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 165 124 242 0.32 0.49 0 0.05 260.85 0.82 0.72
Hex A5 7C F2 20 31 0 5 105 52 48
Octal 245 174 362 40 61 0 5 405 122 110
Binary 10100101 1111100 11110010 100000 110001 0 101 100000101 1010010 1001000

Color Harmonies of #A57CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CF2

Black with #A57CF2

Text Example


Text Example

White with #A57CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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