Html Css Color HEX #A57BF9 Medium Purple

📋 copy color: '#A57BF9'

red 165 ◦ green 123 ◦ blue 249

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

Shades of Medium Purple #A57BF9

Tints of Medium Purple #A57BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

 BLUE value IS 249 (97.66% from 255) = 46.37%

R = 30.73%
G = 22.91%
B = 46.37%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A57BF9 (or 0xA57BF9) is known color: Medium Purple. HEX triplet: A5, 7B and F9. RGB value is (165,123,249). Sum of RGB (Red+Green+Blue) = 165+123+249=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #A57BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BF9 is #5A8406. Grayscale: #959595. Windows color (decimal): -5932039 or 16350117. OLE color: 16350117.

HSL color Cylindrical-coordinate representation of color #A57BF9: hue angle of 260º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A57BF9 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 123 249 -
CMYK 0.34 0.51 0 0.02
HSL 260º 0.91% 0.73% -
HSV(B) 260º 0.51% 0.98% -
XYZ 39.7 29 93.13 -
YUV 149.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 165 123 249 0.34 0.51 0 0.02 260 0.91 0.73
Hex A5 7B F9 22 33 0 2 104 5B 49
Octal 245 173 371 42 63 0 2 404 133 111
Binary 10100101 1111011 11111001 100010 110011 0 10 100000100 1011011 1001001

Color Harmonies of #A57BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BF9

Black with #A57BF9

Text Example


Text Example

White with #A57BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BF9; }

 p { color: rgb(165,123,249); }

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

background-color css

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

 a { background-color: rgb(165,123,249); }

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

border-color css

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

 span { border-color: rgb(165,123,249); }

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