#AF6BA4

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

Shades of Violet Blue #AF6BA4

Tints of Violet Blue #AF6BA4

Color information

#AF6BA4 (or 0xAF6BA4) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and A4. RGB value is (175,107,164). Sum of RGB (Red+Green+Blue) = 175+107+164=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA4 is #50945B. Grayscale: #858585. Windows color (decimal): -5280860 or 10775471. OLE color: 10775471.

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

Color convert

RGB175107164-
CMYK00.390.060.31
HSL309.71º29.82%55.29%-
HSV(B)309.71º38.86%68.63%-
XYZ29.6422.3137.87-
YUV133.83145.03157.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=39.24%
G=23.99%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510716400.390.060.31309.7129.8255.29
HexAF6BA402761F1361e37
Octal2571532440476374663667
Binary1010111111010111010010001001111101111110011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BA4; }

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

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

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

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

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

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

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

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