Html Css Color HEX #A85997 Violet Blue

📋 copy color: '#A85997'

red 168 ◦ green 89 ◦ blue 151

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

Shades of Violet Blue #A85997

Tints of Violet Blue #A85997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 151 (59.38% from 255) = 37.01%

R = 41.18%
G = 21.81%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A85997 (or 0xA85997) is known color: Violet Blue. HEX triplet: A8, 59 and 97. RGB value is (168,89,151). Sum of RGB (Red+Green+Blue) = 168+89+151=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A85997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85997 is #57A668. Grayscale: #777777. Windows color (decimal): -5744233 or 9918888. OLE color: 9918888.

HSL color Cylindrical-coordinate representation of color #A85997: hue angle of 312.91º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85997 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 151 -
CMYK 0 0.47 0.10 0.34
HSL 312.91º 0.31% 0.5% -
HSV(B) 312.91º 0.47% 0.66% -
XYZ 25.31 17.7 31.36 -
YUV 119.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 168 89 151 0 0.47 0.10 0.34 312.91 0.31 0.5
Hex A8 59 97 0 2F A 22 139 1F 32
Octal 250 131 227 0 57 12 42 471 37 62
Binary 10101000 1011001 10010111 0 101111 1010 100010 100111001 11111 110010

Color Harmonies of #A85997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85997

Black with #A85997

Text Example


Text Example

White with #A85997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85997; }

 p { color: rgb(168,89,151); }

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

background-color css

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

 a { background-color: rgb(168,89,151); }

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

border-color css

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

 span { border-color: rgb(168,89,151); }

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