#AF6DA5

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

Shades of Violet Blue #AF6DA5

Tints of Violet Blue #AF6DA5

Color information

#AF6DA5 (or 0xAF6DA5) is unknown color: approx Violet Blue. HEX triplet: AF, 6D and A5. RGB value is (175,109,165). Sum of RGB (Red+Green+Blue) = 175+109+165=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6DA5 is #50925A. Grayscale: #868686. Windows color (decimal): -5280347 or 10841519. OLE color: 10841519.

HSL color Cylindrical-coordinate representation of color #AF6DA5: hue angle of 309.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6DA5 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175109165-
CMYK00.380.060.31
HSL309.09º29.2%55.69%-
HSV(B)309.09º37.71%68.63%-
XYZ29.9422.7738.41-
YUV135.12144.87156.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=38.98%
G=24.28%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510916500.380.060.31309.0929.255.69
HexAF6DA502661F1351d38
Octal2571552450466374653570
Binary1010111111011011010010101001101101111110011010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DA5; }

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

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

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

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

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

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

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

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