#AB6395

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

Shades of Violet Blue #AB6395

Tints of Violet Blue #AB6395

Color information

#AB6395 (or 0xAB6395) is unknown color: approx Violet Blue. HEX triplet: AB, 63 and 95. RGB value is (171,99,149). Sum of RGB (Red+Green+Blue) = 171+99+149=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6395 is #549C6A. Grayscale: #7E7E7E. Windows color (decimal): -5545067 or 9790379. OLE color: 9790379.

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

Color convert

RGB17199149-
CMYK00.420.130.33
HSL318.33º30%52.94%-
HSV(B)318.33º42.11%67.06%-
XYZ26.6819.7530.84-
YUV126.23140.85159.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=40.81%
G=23.63%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719914900.420.130.33318.333052.94
HexAB639502AD2113e1e35
Octal25314322505215414763665
Binary101010111100011100101010101010110110000110011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6395; }

 p { color: rgb(171,99,149); }

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

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

 a { background-color: rgb(171,99,149); }

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

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

 span { border-color: rgb(171,99,149); }

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