Html Css Color HEX #A85D9A Violet Blue

📋 copy color: '#A85D9A'

red 168 ◦ green 93 ◦ blue 154

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

Shades of Violet Blue #A85D9A

Tints of Violet Blue #A85D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 40.48%
G = 22.41%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A85D9A (or 0xA85D9A) is known color: Violet Blue. HEX triplet: A8, 5D and 9A. RGB value is (168,93,154). Sum of RGB (Red+Green+Blue) = 168+93+154=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85D9A is #57A265. Grayscale: #7A7A7A. Windows color (decimal): -5743206 or 10116520. OLE color: 10116520.

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

Color convert

RGB 168 93 154 -
CMYK 0 0.45 0.08 0.34
HSL 311.2º 0.3% 0.51% -
HSV(B) 311.2º 0.45% 0.66% -
XYZ 25.9 18.49 32.78 -
YUV 122.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 168 93 154 0 0.45 0.08 0.34 311.2 0.3 0.51
Hex A8 5D 9A 0 2D 8 22 137 1E 33
Octal 250 135 232 0 55 10 42 467 36 63
Binary 10101000 1011101 10011010 0 101101 1000 100010 100110111 11110 110011

Color Harmonies of #A85D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D9A

Black with #A85D9A

Text Example


Text Example

White with #A85D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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