#AF3AA3

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

Shades of Violet Blue #AF3AA3

Tints of Violet Blue #AF3AA3

Color information

#AF3AA3 (or 0xAF3AA3) is unknown color: approx Violet Blue. HEX triplet: AF, 3A and A3. RGB value is (175,58,163). Sum of RGB (Red+Green+Blue) = 175+58+163=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA3 is #50C55C. Grayscale: #686868. Windows color (decimal): -5293405 or 10697391. OLE color: 10697391.

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

Color convert

RGB17558163-
CMYK00.670.070.31
HSL306.15º50.21%45.69%-
HSV(B)306.15º66.86%68.63%-
XYZ25.814.7836.14-
YUV104.95160.76177.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 163 (64.06% from 255) = 41.16%
R=44.19%
G=14.65%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755816300.670.070.31306.1550.2145.69
HexAF3AA304371F132322e
Octal2577224301037374626256
Binary10101111111010101000110100001111111111100110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3AA3; }

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

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

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

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

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

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

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

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