#AF74AA

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

Shades of Violet Blue #AF74AA

Tints of Violet Blue #AF74AA

Color information

#AF74AA (or 0xAF74AA) is unknown color: approx Violet Blue. HEX triplet: AF, 74 and AA. RGB value is (175,116,170). Sum of RGB (Red+Green+Blue) = 175+116+170=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74AA is #508B55. Grayscale: #8B8B8B. Windows color (decimal): -5278550 or 11170991. OLE color: 11170991.

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

Color convert

RGB175116170-
CMYK00.340.030.31
HSL305.08º26.94%57.06%-
HSV(B)305.08º33.71%68.63%-
XYZ31.1824.5141.12-
YUV139.8145.05153.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=37.96%
G=25.16%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511617000.340.030.31305.0826.9457.06
HexAF74AA02231F1311b39
Octal2571642520423374613371
Binary101011111110100101010100100010111111110011000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74AA; }

 p { color: rgb(175,116,170); }

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

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

 a { background-color: rgb(175,116,170); }

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

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

 span { border-color: rgb(175,116,170); }

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