Html Css Color HEX #A857AD Violet Blue

📋 copy color: '#A857AD'

red 168 ◦ green 87 ◦ blue 173

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

Shades of Violet Blue #A857AD

Tints of Violet Blue #A857AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 39.25%
G = 20.33%
B = 40.42%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A857AD (or 0xA857AD) is known color: Violet Blue. HEX triplet: A8, 57 and AD. RGB value is (168,87,173). Sum of RGB (Red+Green+Blue) = 168+87+173=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #A857AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857AD is #57A852. Grayscale: #787878. Windows color (decimal): -5744723 or 11360168. OLE color: 11360168.

HSL color Cylindrical-coordinate representation of color #A857AD: hue angle of 296.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A857AD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 87 173 -
CMYK 0.03 0.50 0 0.32
HSL 296.51º 0.34% 0.51% -
HSV(B) 296.51º 0.5% 0.68% -
XYZ 27.1 18.16 41.61 -
YUV 121.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 168 87 173 0.03 0.50 0 0.32 296.51 0.34 0.51
Hex A8 57 AD 3 32 0 20 129 22 33
Octal 250 127 255 3 62 0 40 451 42 63
Binary 10101000 1010111 10101101 11 110010 0 100000 100101001 100010 110011

Color Harmonies of #A857AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857AD

Black with #A857AD

Text Example


Text Example

White with #A857AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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