Html Css Color HEX #A57BE7 Medium Purple

📋 copy color: '#A57BE7'

red 165 ◦ green 123 ◦ blue 231

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

Shades of Medium Purple #A57BE7

Tints of Medium Purple #A57BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 31.79%
G = 23.7%
B = 44.51%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A57BE7 (or 0xA57BE7) is known color: Medium Purple. HEX triplet: A5, 7B and E7. RGB value is (165,123,231). Sum of RGB (Red+Green+Blue) = 165+123+231=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #A57BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BE7 is #5A8418. Grayscale: #939393. Windows color (decimal): -5932057 or 15170469. OLE color: 15170469.

HSL color Cylindrical-coordinate representation of color #A57BE7: hue angle of 263.33º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57BE7 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 123 231 -
CMYK 0.29 0.47 0 0.09
HSL 263.33º 0.69% 0.69% -
HSV(B) 263.33º 0.47% 0.91% -
XYZ 37.02 27.93 79.04 -
YUV 147.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 165 123 231 0.29 0.47 0 0.09 263.33 0.69 0.69
Hex A5 7B E7 1D 2F 0 9 107 45 45
Octal 245 173 347 35 57 0 11 407 105 105
Binary 10100101 1111011 11100111 11101 101111 0 1001 100000111 1000101 1000101

Color Harmonies of #A57BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BE7

Black with #A57BE7

Text Example


Text Example

White with #A57BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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