#AF67A4

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

Shades of Violet Blue #AF67A4

Tints of Violet Blue #AF67A4

Color information

#AF67A4 (or 0xAF67A4) is unknown color: approx Violet Blue. HEX triplet: AF, 67 and A4. RGB value is (175,103,164). Sum of RGB (Red+Green+Blue) = 175+103+164=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF67A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF67A4 is #50985B. Grayscale: #838383. Windows color (decimal): -5281884 or 10774447. OLE color: 10774447.

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

Color convert

RGB175103164-
CMYK00.410.060.31
HSL309.17º31.03%54.51%-
HSV(B)309.17º41.14%68.63%-
XYZ29.2321.4937.73-
YUV131.48146.35159.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=39.59%
G=23.30%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510316400.410.060.31309.1731.0354.51
HexAF67A402961F1351f37
Octal2571472440516374653767
Binary1010111111001111010010001010011101111110011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67A4; }

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

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

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

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

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

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

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

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