#AF75A6

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

Shades of Bouquet #AF75A6

Tints of Bouquet #AF75A6

Color information

#AF75A6 (or 0xAF75A6) is unknown color: approx Bouquet. HEX triplet: AF, 75 and A6. RGB value is (175,117,166). Sum of RGB (Red+Green+Blue) = 175+117+166=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75A6 is #508A59. Grayscale: #8B8B8B. Windows color (decimal): -5278298 or 10909103. OLE color: 10909103.

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

Color convert

RGB175117166-
CMYK00.330.050.31
HSL309.31º26.61%57.25%-
HSV(B)309.31º33.14%68.63%-
XYZ30.9224.5939.19-
YUV139.93142.72153.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=38.21%
G=25.55%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511716600.330.050.31309.3126.6157.25
HexAF75A602151F1351b39
Octal2571652460415374653371
Binary1010111111101011010011001000011011111110011010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75A6; }

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

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

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

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

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

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

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

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