#B469AF

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

Shades of Violet Blue #B469AF

Tints of Violet Blue #B469AF

Color information

#B469AF (or 0xB469AF) is unknown color: approx Violet Blue. HEX triplet: B4, 69 and AF. RGB value is (180,105,175). Sum of RGB (Red+Green+Blue) = 180+105+175=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B469AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469AF is #4B9650. Grayscale: #878787. Windows color (decimal): -4953681 or 11495860. OLE color: 11495860.

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

Color convert

RGB180105175-
CMYK00.420.030.29
HSL304º33.33%55.88%-
HSV(B)304º41.67%70.59%-
XYZ31.6122.943.31-
YUV135.4150.35159.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=39.13%
G=22.83%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010517500.420.030.2930433.3355.88
HexB469AF02A31D1302138
Octal2641512570523354604170
Binary1011010011010011010111101010101111101100110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469AF; }

 p { color: rgb(180,105,175); }

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

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

 a { background-color: rgb(180,105,175); }

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

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

 span { border-color: rgb(180,105,175); }

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