Html Css Color HEX #A85D9C Violet Blue

📋 copy color: '#A85D9C'

red 168 ◦ green 93 ◦ blue 156

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

Shades of Violet Blue #A85D9C

Tints of Violet Blue #A85D9C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 40.29%
G = 22.3%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A85D9C (or 0xA85D9C) is known color: Violet Blue. HEX triplet: A8, 5D and 9C. RGB value is (168,93,156). Sum of RGB (Red+Green+Blue) = 168+93+156=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85D9C is #57A263. Grayscale: #7A7A7A. Windows color (decimal): -5743204 or 10247592. OLE color: 10247592.

HSL color Cylindrical-coordinate representation of color #A85D9C: hue angle of 309.6º 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 #A85D9C is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 93 156 -
CMYK 0 0.45 0.07 0.34
HSL 309.6º 0.3% 0.51% -
HSV(B) 309.6º 0.45% 0.66% -
XYZ 26.06 18.55 33.66 -
YUV 122.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 168 93 156 0 0.45 0.07 0.34 309.6 0.3 0.51
Hex A8 5D 9C 0 2D 7 22 136 1E 33
Octal 250 135 234 0 55 7 42 466 36 63
Binary 10101000 1011101 10011100 0 101101 111 100010 100110110 11110 110011

Color Harmonies of #A85D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D9C

Black with #A85D9C

Text Example


Text Example

White with #A85D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D9C; }

 p { color: rgb(168,93,156); }

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

background-color css

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

 a { background-color: rgb(168,93,156); }

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

border-color css

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

 span { border-color: rgb(168,93,156); }

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