#AF6692

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

Shades of Bouquet #AF6692

Tints of Bouquet #AF6692

Color information

#AF6692 (or 0xAF6692) is unknown color: approx Bouquet. HEX triplet: AF, 66 and 92. RGB value is (175,102,146). Sum of RGB (Red+Green+Blue) = 175+102+146=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6692 is #50996D. Grayscale: #808080. Windows color (decimal): -5282158 or 9594543. OLE color: 9594543.

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

Color convert

RGB175102146-
CMYK00.420.170.31
HSL323.84º31.33%54.31%-
HSV(B)323.84º41.71%68.63%-
XYZ27.6220.6929.73-
YUV128.84137.68160.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=41.37%
G=24.11%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510214600.420.170.31323.8431.3354.31
HexAF669202A111F1441f36
Octal25714622205221375043766
Binary101011111100110100100100101010100011111110100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6692; }

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

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

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

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

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

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

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

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