#AB63B1

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

Shades of Violet Blue #AB63B1

Tints of Violet Blue #AB63B1

Color information

#AB63B1 (or 0xAB63B1) is unknown color: approx Violet Blue. HEX triplet: AB, 63 and B1. RGB value is (171,99,177). Sum of RGB (Red+Green+Blue) = 171+99+177=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB63B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63B1 is #549C4E. Grayscale: #818181. Windows color (decimal): -5545039 or 11625387. OLE color: 11625387.

HSL color Cylindrical-coordinate representation of color #AB63B1: hue angle of 295.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB63B1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17199177-
CMYK0.030.4400.31
HSL295.38º33.33%54.12%-
HSV(B)295.38º44.07%69.41%-
XYZ29.1920.7644.06-
YUV129.42154.85157.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=38.26%
G=22.15%
B=39.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171991770.030.4400.31295.3833.3354.12
HexAB63B132C01F1272136
Octal2531432613540374474166
Binary1010101111000111011000111101100011111100100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB63B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB63B1; }

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

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

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

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

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

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

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

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