#AF6398

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

Shades of Violet Blue #AF6398

Tints of Violet Blue #AF6398

Color information

#AF6398 (or 0xAF6398) is unknown color: approx Violet Blue. HEX triplet: AF, 63 and 98. RGB value is (175,99,152). Sum of RGB (Red+Green+Blue) = 175+99+152=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6398 is #509C67. Grayscale: #7F7F7F. Windows color (decimal): -5282920 or 9986991. OLE color: 9986991.

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

Color convert

RGB17599152-
CMYK00.430.130.31
HSL318.16º32.2%53.73%-
HSV(B)318.16º43.43%68.63%-
XYZ27.8120.332.16-
YUV127.77141.68161.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=41.08%
G=23.24%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759915200.430.130.31318.1632.253.73
HexAF639802BD1F13e2036
Octal25714323005315374764066
Binary101011111100011100110000101011110111111100111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6398; }

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

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

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

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

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

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

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

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