#AB629E

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

Shades of Violet Blue #AB629E

Tints of Violet Blue #AB629E

Color information

#AB629E (or 0xAB629E) is unknown color: approx Violet Blue. HEX triplet: AB, 62 and 9E. RGB value is (171,98,158). Sum of RGB (Red+Green+Blue) = 171+98+158=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB629E is #549D61. Grayscale: #7E7E7E. Windows color (decimal): -5545314 or 10379947. OLE color: 10379947.

HSL color Cylindrical-coordinate representation of color #AB629E: hue angle of 310.68º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB629E is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17198158-
CMYK00.430.080.33
HSL310.68º30.29%52.75%-
HSV(B)310.68º42.69%67.06%-
XYZ27.3319.8634.74-
YUV126.67145.68159.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=40.05%
G=22.95%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719815800.430.080.33310.6830.2952.75
HexAB629E02B8211371e35
Octal25314223605310414673665
Binary101010111100010100111100101011100010000110011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB629E; }

 p { color: rgb(171,98,158); }

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

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

 a { background-color: rgb(171,98,158); }

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

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

 span { border-color: rgb(171,98,158); }

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