#AB6698

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

Shades of Violet Blue #AB6698

Tints of Violet Blue #AB6698

Color information

#AB6698 (or 0xAB6698) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and 98. RGB value is (171,102,152). Sum of RGB (Red+Green+Blue) = 171+102+152=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6698 is #549967. Grayscale: #808080. Windows color (decimal): -5544296 or 9987755. OLE color: 9987755.

HSL color Cylindrical-coordinate representation of color #AB6698: hue angle of 316.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6698 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB171102152-
CMYK00.400.110.33
HSL316.52º29.11%53.53%-
HSV(B)316.52º40.35%67.06%-
XYZ27.2120.4332.21-
YUV128.33141.36158.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=40.24%
G=24%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110215200.400.110.33316.5229.1153.53
HexAB6698028B2113d1d36
Octal25314623005013414753566
Binary101010111100110100110000101000101110000110011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6698; }

 p { color: rgb(171,102,152); }

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

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

 a { background-color: rgb(171,102,152); }

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

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

 span { border-color: rgb(171,102,152); }

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