#AF7DA1

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

Shades of Bouquet #AF7DA1

Tints of Bouquet #AF7DA1

Color information

#AF7DA1 (or 0xAF7DA1) is unknown color: approx Bouquet. HEX triplet: AF, 7D and A1. RGB value is (175,125,161). Sum of RGB (Red+Green+Blue) = 175+125+161=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA1 is #50825E. Grayscale: #8F8F8F. Windows color (decimal): -5276255 or 10583471. OLE color: 10583471.

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

Color convert

RGB175125161-
CMYK00.290.080.31
HSL316.8º23.81%58.82%-
HSV(B)316.8º28.57%68.63%-
XYZ31.4526.3537.15-
YUV144.05137.56150.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=37.96%
G=27.11%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512516100.290.080.31316.823.8158.82
HexAF7DA101D81F13d183b
Octal25717524103510374753073
Binary1010111111111011010000101110110001111110011110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DA1; }

 p { color: rgb(175,125,161); }

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

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

 a { background-color: rgb(175,125,161); }

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

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

 span { border-color: rgb(175,125,161); }

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