#AF6BAA

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

Shades of Violet Blue #AF6BAA

Tints of Violet Blue #AF6BAA

Color information

#AF6BAA (or 0xAF6BAA) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and AA. RGB value is (175,107,170). Sum of RGB (Red+Green+Blue) = 175+107+170=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BAA is #509455. Grayscale: #868686. Windows color (decimal): -5280854 or 11168687. OLE color: 11168687.

HSL color Cylindrical-coordinate representation of color #AF6BAA: hue angle of 304.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6BAA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175107170-
CMYK00.390.030.31
HSL304.41º29.82%55.29%-
HSV(B)304.41º38.86%68.63%-
XYZ30.1922.5340.79-
YUV134.51148.03156.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=38.72%
G=23.67%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510717000.390.030.31304.4129.8255.29
HexAF6BAA02731F1301e37
Octal2571532520473374603667
Binary101011111101011101010100100111111111110011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BAA; }

 p { color: rgb(175,107,170); }

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

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

 a { background-color: rgb(175,107,170); }

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

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

 span { border-color: rgb(175,107,170); }

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