#AF63A3

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

Shades of Violet Blue #AF63A3

Tints of Violet Blue #AF63A3

Color information

#AF63A3 (or 0xAF63A3) is unknown color: approx Violet Blue. HEX triplet: AF, 63 and A3. RGB value is (175,99,163). Sum of RGB (Red+Green+Blue) = 175+99+163=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF63A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF63A3 is #509C5C. Grayscale: #808080. Windows color (decimal): -5282909 or 10707887. OLE color: 10707887.

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

Color convert

RGB17599163-
CMYK00.430.070.31
HSL309.47º32.2%53.73%-
HSV(B)309.47º43.43%68.63%-
XYZ28.7520.6837.13-
YUV129.02147.18160.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=40.05%
G=22.65%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759916300.430.070.31309.4732.253.73
HexAF63A302B71F1352036
Octal2571432430537374654066
Binary10101111110001110100011010101111111111100110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63A3; }

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

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

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

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

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

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

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

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