#AF6A9A

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

Shades of Bouquet #AF6A9A

Tints of Bouquet #AF6A9A

Color information

#AF6A9A (or 0xAF6A9A) is unknown color: approx Bouquet. HEX triplet: AF, 6A and 9A. RGB value is (175,106,154). Sum of RGB (Red+Green+Blue) = 175+106+154=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A9A is #509565. Grayscale: #838383. Windows color (decimal): -5281126 or 10119855. OLE color: 10119855.

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

Color convert

RGB175106154-
CMYK00.390.120.31
HSL318.26º30.13%55.1%-
HSV(B)318.26º39.43%68.63%-
XYZ28.6721.7633.26-
YUV132.1140.36158.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=40.23%
G=24.37%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510615400.390.120.31318.2630.1355.1
HexAF6A9A027C1F13e1e37
Octal25715223204714374763667
Binary10101111110101010011010010011111001111110011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A9A; }

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

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

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

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

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

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

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

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