#AB669A

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

Shades of Violet Blue #AB669A

Tints of Violet Blue #AB669A

Color information

#AB669A (or 0xAB669A) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and 9A. RGB value is (171,102,154). Sum of RGB (Red+Green+Blue) = 171+102+154=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB669A is #549965. Grayscale: #808080. Windows color (decimal): -5544294 or 10118827. OLE color: 10118827.

HSL color Cylindrical-coordinate representation of color #AB669A: hue angle of 314.78º 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 #AB669A is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171102154-
CMYK00.400.100.33
HSL314.78º29.11%53.53%-
HSV(B)314.78º40.35%67.06%-
XYZ27.3820.4933.08-
YUV128.56142.36158.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=40.05%
G=23.89%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110215400.400.100.33314.7829.1153.53
HexAB669A028A2113b1d36
Octal25314623205012414733566
Binary101010111100110100110100101000101010000110011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB669A; }

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

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

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

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

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

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

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

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