#AF6895

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

Shades of Bouquet #AF6895

Tints of Bouquet #AF6895

Color information

#AF6895 (or 0xAF6895) is unknown color: approx Bouquet. HEX triplet: AF, 68 and 95. RGB value is (175,104,149). Sum of RGB (Red+Green+Blue) = 175+104+149=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6895 is #50976A. Grayscale: #828282. Windows color (decimal): -5281643 or 9791663. OLE color: 9791663.

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

Color convert

RGB175104149-
CMYK00.410.150.31
HSL321.97º30.74%54.71%-
HSV(B)321.97º40.57%68.63%-
XYZ28.0521.1831.04-
YUV130.36138.52159.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=40.89%
G=24.30%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510414900.410.150.31321.9730.7454.71
HexAF6895029F1F1421f37
Octal25715022505117375023767
Binary10101111110100010010101010100111111111110100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6895; }

 p { color: rgb(175,104,149); }

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

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

 a { background-color: rgb(175,104,149); }

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

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

 span { border-color: rgb(175,104,149); }

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