#AF45A6

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

Shades of Violet Blue #AF45A6

Tints of Violet Blue #AF45A6

Color information

#AF45A6 (or 0xAF45A6) is unknown color: approx Violet Blue. HEX triplet: AF, 45 and A6. RGB value is (175,69,166). Sum of RGB (Red+Green+Blue) = 175+69+166=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF45A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF45A6 is #50BA59. Grayscale: #6F6F6F. Windows color (decimal): -5290586 or 10896815. OLE color: 10896815.

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

Color convert

RGB17569166-
CMYK00.610.050.31
HSL305.09º43.44%47.84%-
HSV(B)305.09º60.57%68.63%-
XYZ26.6916.1237.78-
YUV111.75158.62173.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=42.68%
G=16.83%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756916600.610.050.31305.0943.4447.84
HexAF45A603D51F1312b30
Octal2571052460755374615360
Binary10101111100010110100110011110110111111100110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF45A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF45A6; }

 p { color: rgb(175,69,166); }

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

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

 a { background-color: rgb(175,69,166); }

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

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

 span { border-color: rgb(175,69,166); }

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