#A85BB3

Color #A85BB3 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A85BB3

Tints of Violet Blue #A85BB3

Color information

#A85BB3 (or 0xA85BB3) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and B3. RGB value is (168,91,179). Sum of RGB (Red+Green+Blue) = 168+91+179=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #A85BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BB3 is #57A44C. Grayscale: #7B7B7B. Windows color (decimal): -5743693 or 11754408. OLE color: 11754408.

HSL color Cylindrical-coordinate representation of color #A85BB3: hue angle of 292.5º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85BB3 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16891179-
CMYK0.060.4900.30
HSL292.5º36.67%52.94%-
HSV(B)292.5º49.16%70.2%-
XYZ28.0319.0644.85-
YUV124.06159.01159.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=38.36%
G=20.78%
B=40.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168911790.060.4900.30292.536.6752.94
HexA85BB363101E1242535
Octal2501332636610364444565
Binary10101000101101110110011110110001011110100100100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BB3; }

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

 H1.HeaderClassName
 {
   color: #A85BB3;
 }
 .AnyTagClassName
 {
   color: #A85BB3;
 }
</style>
background-color css

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

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

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

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

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

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