#AF74A6

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

Shades of Bouquet #AF74A6

Tints of Bouquet #AF74A6

Color information

#AF74A6 (or 0xAF74A6) is unknown color: approx Bouquet. HEX triplet: AF, 74 and A6. RGB value is (175,116,166). Sum of RGB (Red+Green+Blue) = 175+116+166=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A6 is #508B59. Grayscale: #8B8B8B. Windows color (decimal): -5278554 or 10908847. OLE color: 10908847.

HSL color Cylindrical-coordinate representation of color #AF74A6: hue angle of 309.15º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF74A6 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175116166-
CMYK00.340.050.31
HSL309.15º26.94%57.06%-
HSV(B)309.15º33.71%68.63%-
XYZ30.8124.3639.15-
YUV139.34143.05153.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=38.29%
G=25.38%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511616600.340.050.31309.1526.9457.06
HexAF74A602251F1351b39
Octal2571642460425374653371
Binary1010111111101001010011001000101011111110011010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74A6; }

 p { color: rgb(175,116,166); }

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

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

 a { background-color: rgb(175,116,166); }

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

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

 span { border-color: rgb(175,116,166); }

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