#AF6598

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

Shades of Bouquet #AF6598

Tints of Bouquet #AF6598

Color information

#AF6598 (or 0xAF6598) is unknown color: approx Bouquet. HEX triplet: AF, 65 and 98. RGB value is (175,101,152). Sum of RGB (Red+Green+Blue) = 175+101+152=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6598 is #509A67. Grayscale: #808080. Windows color (decimal): -5282408 or 9987503. OLE color: 9987503.

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

Color convert

RGB175101152-
CMYK00.420.130.31
HSL318.65º31.62%54.12%-
HSV(B)318.65º42.29%68.63%-
XYZ2820.6932.22-
YUV128.94141.02160.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=40.89%
G=23.60%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510115200.420.130.31318.6531.6254.12
HexAF659802AD1F13f2036
Octal25714523005215374774066
Binary101011111100101100110000101010110111111100111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6598; }

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

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

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

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

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

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

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

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