#AF6592

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

Shades of Bouquet #AF6592

Tints of Bouquet #AF6592

Color information

#AF6592 (or 0xAF6592) is unknown color: approx Bouquet. HEX triplet: AF, 65 and 92. RGB value is (175,101,146). Sum of RGB (Red+Green+Blue) = 175+101+146=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6592 is #509A6D. Grayscale: #808080. Windows color (decimal): -5282414 or 9594287. OLE color: 9594287.

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

Color convert

RGB175101146-
CMYK00.420.170.31
HSL323.51º31.62%54.12%-
HSV(B)323.51º42.29%68.63%-
XYZ27.5220.529.7-
YUV128.26138.02161.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=41.47%
G=23.93%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510114600.420.170.31323.5131.6254.12
HexAF659202A111F1442036
Octal25714522205221375044066
Binary1010111111001011001001001010101000111111101000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6592; }

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

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

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

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

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

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

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

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