#AF6298

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

Shades of Violet Blue #AF6298

Tints of Violet Blue #AF6298

Color information

#AF6298 (or 0xAF6298) is unknown color: approx Violet Blue. HEX triplet: AF, 62 and 98. RGB value is (175,98,152). Sum of RGB (Red+Green+Blue) = 175+98+152=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6298 is #509D67. Grayscale: #7F7F7F. Windows color (decimal): -5283176 or 9986735. OLE color: 9986735.

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

Color convert

RGB17598152-
CMYK00.440.130.31
HSL317.92º32.49%53.53%-
HSV(B)317.92º44%68.63%-
XYZ27.7120.1232.13-
YUV127.18142.01162.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=41.18%
G=23.06%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759815200.440.130.31317.9232.4953.53
HexAF629802CD1F13e2036
Octal25714223005415374764066
Binary101011111100010100110000101100110111111100111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6298; }

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

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

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

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

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

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

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

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