Html Css Color HEX #A857B1 Violet Blue

📋 copy color: '#A857B1'

red 168 ◦ green 87 ◦ blue 177

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

Shades of Violet Blue #A857B1

Tints of Violet Blue #A857B1

RGB

 RED value IS 168 (66.02% from 255) = 38.89%

 GREEN value IS 87 (34.38% from 255) = 20.14%

 BLUE value IS 177 (69.53% from 255) = 40.97%

R = 38.89%
G = 20.14%
B = 40.97%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A857B1 (or 0xA857B1) is known color: Violet Blue. HEX triplet: A8, 57 and B1. RGB value is (168,87,177). Sum of RGB (Red+Green+Blue) = 168+87+177=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #A857B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857B1 is #57A84E. Grayscale: #797979. Windows color (decimal): -5744719 or 11622312. OLE color: 11622312.

HSL color Cylindrical-coordinate representation of color #A857B1: hue angle of 294º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A857B1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 87 177 -
CMYK 0.05 0.51 0 0.31
HSL 294º 0.37% 0.52% -
HSV(B) 294º 0.51% 0.69% -
XYZ 27.49 18.32 43.68 -
YUV 121.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 168 87 177 0.05 0.51 0 0.31 294 0.37 0.52
Hex A8 57 B1 5 33 0 1F 126 25 34
Octal 250 127 261 5 63 0 37 446 45 64
Binary 10101000 1010111 10110001 101 110011 0 11111 100100110 100101 110100

Color Harmonies of #A857B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857B1

Black with #A857B1

Text Example


Text Example

White with #A857B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857B1; }

 p { color: rgb(168,87,177); }

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

background-color css

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

 a { background-color: rgb(168,87,177); }

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

border-color css

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

 span { border-color: rgb(168,87,177); }

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