#AF6DB7

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

Shades of Violet Blue #AF6DB7

Tints of Violet Blue #AF6DB7

Color information

#AF6DB7 (or 0xAF6DB7) is unknown color: approx Violet Blue. HEX triplet: AF, 6D and B7. RGB value is (175,109,183). Sum of RGB (Red+Green+Blue) = 175+109+183=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF6DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DB7 is #509248. Grayscale: #888888. Windows color (decimal): -5280329 or 12021167. OLE color: 12021167.

HSL color Cylindrical-coordinate representation of color #AF6DB7: hue angle of 293.51º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6DB7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175109183-
CMYK0.040.4000.28
HSL293.51º33.94%57.25%-
HSV(B)293.51º40.44%71.76%-
XYZ31.723.4747.66-
YUV137.17153.87154.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 183 (71.88% from 255) = 39.19%
R=37.47%
G=23.34%
B=39.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751091830.040.4000.28293.5133.9457.25
HexAF6DB742801C1262239
Octal2571552674500344464271
Binary10101111110110110110111100101000011100100100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DB7; }

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

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

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

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

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

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

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

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