#AF67AE

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

Shades of Violet Blue #AF67AE

Tints of Violet Blue #AF67AE

Color information

#AF67AE (or 0xAF67AE) is unknown color: approx Violet Blue. HEX triplet: AF, 67 and AE. RGB value is (175,103,174). Sum of RGB (Red+Green+Blue) = 175+103+174=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF67AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF67AE is #509851. Grayscale: #848484. Windows color (decimal): -5281874 or 11429807. OLE color: 11429807.

HSL color Cylindrical-coordinate representation of color #AF67AE: hue angle of 300.83º 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 #AF67AE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175103174-
CMYK00.410.010.31
HSL300.83º31.03%54.51%-
HSV(B)300.83º41.14%68.63%-
XYZ30.1721.8742.68-
YUV132.62151.35158.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=38.72%
G=22.79%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510317400.410.010.31300.8331.0354.51
HexAF67AE02911F12d1f37
Octal2571472560511374553767
Binary10101111110011110101110010100111111110010110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67AE; }

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

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

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

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

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

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

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

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