#AF67A5

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

Shades of Violet Blue #AF67A5

Tints of Violet Blue #AF67A5

Color information

#AF67A5 (or 0xAF67A5) is unknown color: approx Violet Blue. HEX triplet: AF, 67 and A5. RGB value is (175,103,165). Sum of RGB (Red+Green+Blue) = 175+103+165=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF67A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF67A5 is #50985A. Grayscale: #838383. Windows color (decimal): -5281883 or 10839983. OLE color: 10839983.

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

Color convert

RGB175103165-
CMYK00.410.060.31
HSL308.33º31.03%54.51%-
HSV(B)308.33º41.14%68.63%-
XYZ29.3221.5338.21-
YUV131.6146.85158.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=39.50%
G=23.25%
B=37.25%

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
Decimal17510316500.410.060.31308.3331.0354.51
HexAF67A502961F1341f37
Octal2571472450516374643767
Binary1010111111001111010010101010011101111110011010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67A5; }

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

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

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

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

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

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

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

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