Html Css Color HEX #A85C96 Violet Blue

📋 copy color: '#A85C96'

red 168 ◦ green 92 ◦ blue 150

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

Shades of Violet Blue #A85C96

Tints of Violet Blue #A85C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 40.98%
G = 22.44%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A85C96 (or 0xA85C96) is known color: Violet Blue. HEX triplet: A8, 5C and 96. RGB value is (168,92,150). Sum of RGB (Red+Green+Blue) = 168+92+150=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85C96 is #57A369. Grayscale: #797979. Windows color (decimal): -5743466 or 9854120. OLE color: 9854120.

HSL color Cylindrical-coordinate representation of color #A85C96: hue angle of 314.21º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85C96 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 92 150 -
CMYK 0 0.45 0.11 0.34
HSL 314.21º 0.3% 0.51% -
HSV(B) 314.21º 0.45% 0.66% -
XYZ 25.48 18.18 31.02 -
YUV 121.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 168 92 150 0 0.45 0.11 0.34 314.21 0.3 0.51
Hex A8 5C 96 0 2D B 22 13A 1E 33
Octal 250 134 226 0 55 13 42 472 36 63
Binary 10101000 1011100 10010110 0 101101 1011 100010 100111010 11110 110011

Color Harmonies of #A85C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C96

Black with #A85C96

Text Example


Text Example

White with #A85C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C96; }

 p { color: rgb(168,92,150); }

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

background-color css

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

 a { background-color: rgb(168,92,150); }

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

border-color css

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

 span { border-color: rgb(168,92,150); }

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