#af67aa

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

Shades of Violet Blue #AF67AA

Tints of Violet Blue #AF67AA

Color information

#AF67AA (or 0xAF67AA) is unknown color: approx Violet Blue. HEX triplet: AF, 67 and AA. RGB value is (175,103,170). Sum of RGB (Red+Green+Blue) = 175+103+170=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF67AA is #509855. Grayscale: #838383. Windows color (decimal): -5281878 or 11167663. OLE color: 11167663.

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

Color convert

RGB175103170-
CMYK00.410.030.31
HSL304.17º31.03%54.51%-
HSV(B)304.17º41.14%68.63%-
XYZ29.7921.7240.65-
YUV132.17149.35158.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=39.06%
G=22.99%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510317000.410.030.31304.1731.0354.51
HexAF67AA02931F1301f37
Octal2571472520513374603767
Binary101011111100111101010100101001111111110011000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af67aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af67aa; }

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

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

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

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

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

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

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

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