Html Css Color HEX #AF709F Bouquet

📋 copy color: '#AF709F'

red 175 ◦ green 112 ◦ blue 159

#AF709F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AF709F

Tints of Bouquet #AF709F

RGB

 RED value IS 175 (68.75% from 255) = 39.24%

 GREEN value IS 112 (44.14% from 255) = 25.11%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 39.24%
G = 25.11%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF709F (or 0xAF709F) is known color: Bouquet. HEX triplet: AF, 70 and 9F. RGB value is (175,112,159). Sum of RGB (Red+Green+Blue) = 175+112+159=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF709F is #508F60. Grayscale: #888888. Windows color (decimal): -5279585 or 10449071. OLE color: 10449071.

HSL color Cylindrical-coordinate representation of color #AF709F: hue angle of 315.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF709F is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 159 -
CMYK 0 0.36 0.09 0.31
HSL 315.24º 0.28% 0.56% -
HSV(B) 315.24º 0.36% 0.69% -
XYZ 29.73 23.21 35.71 -
YUV 136.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 175 112 159 0 0.36 0.09 0.31 315.24 0.28 0.56
Hex AF 70 9F 0 24 9 1F 13B 1C 38
Octal 257 160 237 0 44 11 37 473 34 70
Binary 10101111 1110000 10011111 0 100100 1001 11111 100111011 11100 111000

Color Harmonies of #AF709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF709F

Black with #AF709F

Text Example


Text Example

White with #AF709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF709F; }

 p { color: rgb(175,112,159); }

 H1.HeaderClassName
 {
   color: #AF709F;
 }
 .AnyTagClassName
 {
   color: #AF709F;
 }
</style>

background-color css

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

 a { background-color: rgb(175,112,159); }

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

border-color css

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

 span { border-color: rgb(175,112,159); }

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