Html Css Color HEX #AF709C Bouquet

📋 copy color: '#AF709C'

red 175 ◦ green 112 ◦ blue 156

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

Shades of Bouquet #AF709C

Tints of Bouquet #AF709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 39.5%
G = 25.28%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF709C (or 0xAF709C) is known color: Bouquet. HEX triplet: AF, 70 and 9C. RGB value is (175,112,156). Sum of RGB (Red+Green+Blue) = 175+112+156=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF709C is #508F63. Grayscale: #878787. Windows color (decimal): -5279588 or 10252463. OLE color: 10252463.

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

Color convert

RGB 175 112 156 -
CMYK 0 0.36 0.11 0.31
HSL 318.1º 0.28% 0.56% -
HSV(B) 318.1º 0.36% 0.69% -
XYZ 29.47 23.1 34.36 -
YUV 135.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 175 112 156 0 0.36 0.11 0.31 318.1 0.28 0.56
Hex AF 70 9C 0 24 B 1F 13E 1C 38
Octal 257 160 234 0 44 13 37 476 34 70
Binary 10101111 1110000 10011100 0 100100 1011 11111 100111110 11100 111000

Color Harmonies of #AF709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF709C

Black with #AF709C

Text Example


Text Example

White with #AF709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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