#AF7FA4

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

Shades of Bouquet #AF7FA4

Tints of Bouquet #AF7FA4

Color information

#AF7FA4 (or 0xAF7FA4) is unknown color: approx Bouquet. HEX triplet: AF, 7F and A4. RGB value is (175,127,164). Sum of RGB (Red+Green+Blue) = 175+127+164=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA4 is #50805B. Grayscale: #919191. Windows color (decimal): -5275740 or 10780591. OLE color: 10780591.

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

Color convert

RGB175127164-
CMYK00.270.060.31
HSL313.75º23.08%59.22%-
HSV(B)313.75º27.43%68.63%-
XYZ31.9726.9738.64-
YUV145.57138.4148.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 164 (64.45% from 255) = 35.19%
R=37.55%
G=27.25%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512716400.270.060.31313.7523.0859.22
HexAF7FA401B61F13a173b
Octal2571772440336374722773
Binary101011111111111101001000110111101111110011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FA4; }

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

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

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

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

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

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

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

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