#AF699A

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

Shades of Bouquet #AF699A

Tints of Bouquet #AF699A

Color information

#AF699A (or 0xAF699A) is unknown color: approx Bouquet. HEX triplet: AF, 69 and 9A. RGB value is (175,105,154). Sum of RGB (Red+Green+Blue) = 175+105+154=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF699A is #509665. Grayscale: #838383. Windows color (decimal): -5281382 or 10119599. OLE color: 10119599.

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

Color convert

RGB175105154-
CMYK00.400.120.31
HSL318º30.43%54.9%-
HSV(B)318º40%68.63%-
XYZ28.5621.5533.23-
YUV131.52140.69159.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=40.32%
G=24.19%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510515400.400.120.3131830.4354.9
HexAF699A028C1F13e1e37
Octal25715123205014374763667
Binary10101111110100110011010010100011001111110011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF699A; }

 p { color: rgb(175,105,154); }

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

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

 a { background-color: rgb(175,105,154); }

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

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

 span { border-color: rgb(175,105,154); }

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