Html Css Color HEX #AF709D Bouquet

📋 copy color: '#AF709D'

red 175 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #AF709D

Tints of Bouquet #AF709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 39.41%
G = 25.23%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF709D (or 0xAF709D) is known color: Bouquet. HEX triplet: AF, 70 and 9D. RGB value is (175,112,157). Sum of RGB (Red+Green+Blue) = 175+112+157=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF709D is #508F62. Grayscale: #878787. Windows color (decimal): -5279587 or 10317999. OLE color: 10317999.

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

Color convert

RGB 175 112 157 -
CMYK 0 0.36 0.10 0.31
HSL 317.14º 0.28% 0.56% -
HSV(B) 317.14º 0.36% 0.69% -
XYZ 29.56 23.14 34.81 -
YUV 135.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 175 112 157 0 0.36 0.10 0.31 317.14 0.28 0.56
Hex AF 70 9D 0 24 A 1F 13D 1C 38
Octal 257 160 235 0 44 12 37 475 34 70
Binary 10101111 1110000 10011101 0 100100 1010 11111 100111101 11100 111000

Color Harmonies of #AF709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF709D

Black with #AF709D

Text Example


Text Example

White with #AF709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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