#AF6A9D

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

Shades of Bouquet #AF6A9D

Tints of Bouquet #AF6A9D

Color information

#AF6A9D (or 0xAF6A9D) is unknown color: approx Bouquet. HEX triplet: AF, 6A and 9D. RGB value is (175,106,157). Sum of RGB (Red+Green+Blue) = 175+106+157=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A9D is #509562. Grayscale: #848484. Windows color (decimal): -5281123 or 10316463. OLE color: 10316463.

HSL color Cylindrical-coordinate representation of color #AF6A9D: hue angle of 315.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6A9D is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175106157-
CMYK00.390.100.31
HSL315.65º30.13%55.1%-
HSV(B)315.65º39.43%68.63%-
XYZ28.9221.8634.59-
YUV132.44141.86158.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=39.95%
G=24.20%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510615700.390.100.31315.6530.1355.1
HexAF6A9D027A1F13c1e37
Octal25715223504712374743667
Binary10101111110101010011101010011110101111110011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A9D; }

 p { color: rgb(175,106,157); }

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

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

 a { background-color: rgb(175,106,157); }

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

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

 span { border-color: rgb(175,106,157); }

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