Html Css Color HEX #A57EF2 Medium Purple

📋 copy color: '#A57EF2'

red 165 ◦ green 126 ◦ blue 242

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

Shades of Medium Purple #A57EF2

Tints of Medium Purple #A57EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

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

R = 30.96%
G = 23.64%
B = 45.4%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A57EF2 (or 0xA57EF2) is known color: Medium Purple. HEX triplet: A5, 7E and F2. RGB value is (165,126,242). Sum of RGB (Red+Green+Blue) = 165+126+242=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #A57EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EF2 is #5A810D. Grayscale: #969696. Windows color (decimal): -5931278 or 15892133. OLE color: 15892133.

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

Color convert

RGB 165 126 242 -
CMYK 0.32 0.48 0 0.05
HSL 260.17º 0.82% 0.72% -
HSV(B) 260.17º 0.48% 0.95% -
XYZ 39 29.33 87.61 -
YUV 150.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 165 126 242 0.32 0.48 0 0.05 260.17 0.82 0.72
Hex A5 7E F2 20 30 0 5 104 52 48
Octal 245 176 362 40 60 0 5 404 122 110
Binary 10100101 1111110 11110010 100000 110000 0 101 100000100 1010010 1001000

Color Harmonies of #A57EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EF2

Black with #A57EF2

Text Example


Text Example

White with #A57EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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