#B05AAC

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

Shades of Violet Blue #B05AAC

Tints of Violet Blue #B05AAC

Color information

#B05AAC (or 0xB05AAC) is unknown color: approx Violet Blue. HEX triplet: B0, 5A and AC. RGB value is (176,90,172). Sum of RGB (Red+Green+Blue) = 176+90+172=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B05AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AAC is #4FA553. Grayscale: #7C7C7C. Windows color (decimal): -5219668 or 11295408. OLE color: 11295408.

HSL color Cylindrical-coordinate representation of color #B05AAC: hue angle of 302.79º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05AAC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17690172-
CMYK00.490.020.31
HSL302.79º35.25%52.16%-
HSV(B)302.79º48.86%69.02%-
XYZ29.0119.5241.27-
YUV125.06154.49164.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=40.18%
G=20.55%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769017200.490.020.31302.7935.2552.16
HexB05AAC03121F12f2334
Octal2601322540612374574364
Binary1011000010110101010110001100011011111100101111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AAC; }

 p { color: rgb(176,90,172); }

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

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

 a { background-color: rgb(176,90,172); }

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

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

 span { border-color: rgb(176,90,172); }

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