#AF6C9D

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

Shades of Bouquet #AF6C9D

Tints of Bouquet #AF6C9D

Color information

#AF6C9D (or 0xAF6C9D) is unknown color: approx Bouquet. HEX triplet: AF, 6C and 9D. RGB value is (175,108,157). Sum of RGB (Red+Green+Blue) = 175+108+157=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C9D is #509362. Grayscale: #858585. Windows color (decimal): -5280611 or 10316975. OLE color: 10316975.

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

Color convert

RGB175108157-
CMYK00.380.100.31
HSL316.12º29.52%55.49%-
HSV(B)316.12º38.29%68.63%-
XYZ29.1322.2734.66-
YUV133.62141.2157.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=39.77%
G=24.55%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510815700.380.100.31316.1229.5255.49
HexAF6C9D026A1F13c1e37
Octal25715423504612374743667
Binary10101111110110010011101010011010101111110011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C9D; }

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

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

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

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

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

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

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

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