#AF7DA4

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

Shades of Bouquet #AF7DA4

Tints of Bouquet #AF7DA4

Color information

#AF7DA4 (or 0xAF7DA4) is unknown color: approx Bouquet. HEX triplet: AF, 7D and A4. RGB value is (175,125,164). Sum of RGB (Red+Green+Blue) = 175+125+164=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA4 is #50825B. Grayscale: #909090. Windows color (decimal): -5276252 or 10780079. OLE color: 10780079.

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

Color convert

RGB175125164-
CMYK00.290.060.31
HSL313.2º23.81%58.82%-
HSV(B)313.2º28.57%68.63%-
XYZ31.7126.4638.56-
YUV144.4139.06149.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=37.72%
G=26.94%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512516400.290.060.31313.223.8158.82
HexAF7DA401D61F139183b
Octal2571752440356374713073
Binary101011111111101101001000111011101111110011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DA4; }

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

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

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

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

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

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

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

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