#AF6694

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

Shades of Bouquet #AF6694

Tints of Bouquet #AF6694

Color information

#AF6694 (or 0xAF6694) is unknown color: approx Bouquet. HEX triplet: AF, 66 and 94. RGB value is (175,102,148). Sum of RGB (Red+Green+Blue) = 175+102+148=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6694 is #50996B. Grayscale: #808080. Windows color (decimal): -5282156 or 9725615. OLE color: 9725615.

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

Color convert

RGB175102148-
CMYK00.420.150.31
HSL322.19º31.33%54.31%-
HSV(B)322.19º41.71%68.63%-
XYZ27.7820.7530.56-
YUV129.07138.68160.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=41.18%
G=24%
B=34.82%

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
Decimal17510214800.420.150.31322.1931.3354.31
HexAF669402AF1F1421f36
Octal25714622405217375023766
Binary10101111110011010010100010101011111111110100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6694; }

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

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

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

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

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

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

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

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