#AF6098

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

Shades of Violet Blue #AF6098

Tints of Violet Blue #AF6098

Color information

#AF6098 (or 0xAF6098) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 98. RGB value is (175,96,152). Sum of RGB (Red+Green+Blue) = 175+96+152=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6098 is #509F67. Grayscale: #7D7D7D. Windows color (decimal): -5283688 or 9986223. OLE color: 9986223.

HSL color Cylindrical-coordinate representation of color #AF6098: hue angle of 317.47º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6098 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17596152-
CMYK00.450.130.31
HSL317.47º33.05%53.14%-
HSV(B)317.47º45.14%68.63%-
XYZ27.5319.7532.07-
YUV126142.67162.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=41.37%
G=22.70%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759615200.450.130.31317.4733.0553.14
HexAF609802DD1F13d2135
Octal25714023005515374754165
Binary101011111100000100110000101101110111111100111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6098; }

 p { color: rgb(175,96,152); }

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

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

 a { background-color: rgb(175,96,152); }

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

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

 span { border-color: rgb(175,96,152); }

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