#AF7FA2

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

Shades of Bouquet #AF7FA2

Tints of Bouquet #AF7FA2

Color information

#AF7FA2 (or 0xAF7FA2) is unknown color: approx Bouquet. HEX triplet: AF, 7F and A2. RGB value is (175,127,162). Sum of RGB (Red+Green+Blue) = 175+127+162=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA2 is #50805D. Grayscale: #919191. Windows color (decimal): -5275742 or 10649519. OLE color: 10649519.

HSL color Cylindrical-coordinate representation of color #AF7FA2: hue angle of 316.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7FA2 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175127162-
CMYK00.270.070.31
HSL316.25º23.08%59.22%-
HSV(B)316.25º27.43%68.63%-
XYZ31.7926.937.7-
YUV145.34137.4149.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=37.72%
G=27.37%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512716200.270.070.31316.2523.0859.22
HexAF7FA201B71F13c173b
Octal2571772420337374742773
Binary101011111111111101000100110111111111110011110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FA2; }

 p { color: rgb(175,127,162); }

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

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

 a { background-color: rgb(175,127,162); }

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

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

 span { border-color: rgb(175,127,162); }

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