#AF6A93

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

Shades of Bouquet #AF6A93

Tints of Bouquet #AF6A93

Color information

#AF6A93 (or 0xAF6A93) is unknown color: approx Bouquet. HEX triplet: AF, 6A and 93. RGB value is (175,106,147). Sum of RGB (Red+Green+Blue) = 175+106+147=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A93 is #50956C. Grayscale: #838383. Windows color (decimal): -5281133 or 9661103. OLE color: 9661103.

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

Color convert

RGB175106147-
CMYK00.390.160.31
HSL324.35º30.13%55.1%-
HSV(B)324.35º39.43%68.63%-
XYZ28.121.5330.28-
YUV131.3136.86159.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=40.89%
G=24.77%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510614700.390.160.31324.3530.1355.1
HexAF6A93027101F1441e37
Octal25715222304720375043667
Binary101011111101010100100110100111100001111110100010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A93; }

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

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

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

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

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

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

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

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