#AF63B4

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

Shades of Violet Blue #AF63B4

Tints of Violet Blue #AF63B4

Color information

#AF63B4 (or 0xAF63B4) is unknown color: approx Violet Blue. HEX triplet: AF, 63 and B4. RGB value is (175,99,180). Sum of RGB (Red+Green+Blue) = 175+99+180=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF63B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63B4 is #509C4B. Grayscale: #828282. Windows color (decimal): -5282892 or 11821999. OLE color: 11821999.

HSL color Cylindrical-coordinate representation of color #AF63B4: hue angle of 296.3º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF63B4 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17599180-
CMYK0.030.4500.29
HSL296.3º35.06%54.71%-
HSV(B)296.3º45%70.59%-
XYZ30.3821.3345.7-
YUV130.96155.68159.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=38.55%
G=21.81%
B=39.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175991800.030.4500.29296.335.0654.71
HexAF63B432D01D1282337
Octal2571432643550354504367
Binary1010111111000111011010011101101011101100101000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63B4; }

 p { color: rgb(175,99,180); }

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

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

 a { background-color: rgb(175,99,180); }

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

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

 span { border-color: rgb(175,99,180); }

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