#AF6695

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

Shades of Bouquet #AF6695

Tints of Bouquet #AF6695

Color information

#AF6695 (or 0xAF6695) is unknown color: approx Bouquet. HEX triplet: AF, 66 and 95. RGB value is (175,102,149). Sum of RGB (Red+Green+Blue) = 175+102+149=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6695 is #50996A. Grayscale: #818181. Windows color (decimal): -5282155 or 9791151. OLE color: 9791151.

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

Color convert

RGB175102149-
CMYK00.420.150.31
HSL321.37º31.33%54.31%-
HSV(B)321.37º41.71%68.63%-
XYZ27.8620.7930.98-
YUV129.18139.18160.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=41.08%
G=23.94%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510214900.420.150.31321.3731.3354.31
HexAF669502AF1F1411f36
Octal25714622505217375013766
Binary10101111110011010010101010101011111111110100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6695; }

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

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

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

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

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

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

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

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