#B070AA

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

Shades of Violet Blue #B070AA

Tints of Violet Blue #B070AA

Color information

#B070AA (or 0xB070AA) is unknown color: approx Violet Blue. HEX triplet: B0, 70 and AA. RGB value is (176,112,170). Sum of RGB (Red+Green+Blue) = 176+112+170=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B070AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B070AA is #4F8F55. Grayscale: #898989. Windows color (decimal): -5214038 or 11169968. OLE color: 11169968.

HSL color Cylindrical-coordinate representation of color #B070AA: hue angle of 305.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B070AA is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176112170-
CMYK00.360.030.31
HSL305.62º28.83%56.47%-
HSV(B)305.62º36.36%69.02%-
XYZ30.9523.7240.98-
YUV137.75146.2155.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=38.43%
G=24.45%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611217000.360.030.31305.6228.8356.47
HexB070AA02431F1321d38
Octal2601602520443374623570
Binary101100001110000101010100100100111111110011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B070AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B070AA; }

 p { color: rgb(176,112,170); }

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

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

 a { background-color: rgb(176,112,170); }

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

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

 span { border-color: rgb(176,112,170); }

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