Html Css Color HEX #A85BAB Violet Blue

📋 copy color: '#A85BAB'

red 168 ◦ green 91 ◦ blue 171

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

Shades of Violet Blue #A85BAB

Tints of Violet Blue #A85BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 39.07%
G = 21.16%
B = 39.77%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A85BAB (or 0xA85BAB) is known color: Violet Blue. HEX triplet: A8, 5B and AB. RGB value is (168,91,171). Sum of RGB (Red+Green+Blue) = 168+91+171=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A85BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85BAB is #57A454. Grayscale: #7A7A7A. Windows color (decimal): -5743701 or 11230120. OLE color: 11230120.

HSL color Cylindrical-coordinate representation of color #A85BAB: hue angle of 297.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85BAB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 91 171 -
CMYK 0.02 0.47 0 0.33
HSL 297.75º 0.32% 0.51% -
HSV(B) 297.75º 0.47% 0.67% -
XYZ 27.24 18.75 40.71 -
YUV 123.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 168 91 171 0.02 0.47 0 0.33 297.75 0.32 0.51
Hex A8 5B AB 2 2F 0 21 12A 20 33
Octal 250 133 253 2 57 0 41 452 40 63
Binary 10101000 1011011 10101011 10 101111 0 100001 100101010 100000 110011

Color Harmonies of #A85BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BAB

Black with #A85BAB

Text Example


Text Example

White with #A85BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BAB; }

 p { color: rgb(168,91,171); }

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

background-color css

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

 a { background-color: rgb(168,91,171); }

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

border-color css

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

 span { border-color: rgb(168,91,171); }

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