#A967B3

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

Shades of Violet Blue #A967B3

Tints of Violet Blue #A967B3

Color information

#A967B3 (or 0xA967B3) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and B3. RGB value is (169,103,179). Sum of RGB (Red+Green+Blue) = 169+103+179=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #A967B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967B3 is #56984C. Grayscale: #838383. Windows color (decimal): -5675085 or 11757481. OLE color: 11757481.

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

Color convert

RGB169103179-
CMYK0.060.4200.30
HSL292.11º33.33%55.29%-
HSV(B)292.11º42.46%70.2%-
XYZ29.3521.3945.23-
YUV131.4154.87154.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=37.47%
G=22.84%
B=39.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691031790.060.4200.30292.1133.3355.29
HexA967B362A01E1242137
Octal2511472636520364444167
Binary10101001110011110110011110101010011110100100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967B3; }

 p { color: rgb(169,103,179); }

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

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

 a { background-color: rgb(169,103,179); }

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

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

 span { border-color: rgb(169,103,179); }

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