#A96798

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

Shades of Violet Blue #A96798

Tints of Violet Blue #A96798

Color information

#A96798 (or 0xA96798) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and 98. RGB value is (169,103,152). Sum of RGB (Red+Green+Blue) = 169+103+152=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A96798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96798 is #569867. Grayscale: #808080. Windows color (decimal): -5675112 or 9988009. OLE color: 9988009.

HSL color Cylindrical-coordinate representation of color #A96798: hue angle of 315.45º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96798 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169103152-
CMYK00.390.100.34
HSL315.45º27.73%53.33%-
HSV(B)315.45º39.05%66.27%-
XYZ26.8820.432.23-
YUV128.32141.37157.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=39.86%
G=24.29%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910315200.390.100.34315.4527.7353.33
HexA96798027A2213b1c35
Octal25114723004712424733465
Binary101010011100111100110000100111101010001010011101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96798; }

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

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

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

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

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

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

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

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