Html Css Color HEX #AF749D Bouquet

📋 copy color: '#AF749D'

red 175 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #AF749D

Tints of Bouquet #AF749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 39.06%
G = 25.89%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF749D (or 0xAF749D) is known color: Bouquet. HEX triplet: AF, 74 and 9D. RGB value is (175,116,157). Sum of RGB (Red+Green+Blue) = 175+116+157=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF749D is #508B62. Grayscale: #8A8A8A. Windows color (decimal): -5278563 or 10319023. OLE color: 10319023.

HSL color Cylindrical-coordinate representation of color #AF749D: hue angle of 318.31º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF749D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 157 -
CMYK 0 0.34 0.10 0.31
HSL 318.31º 0.27% 0.57% -
HSV(B) 318.31º 0.34% 0.69% -
XYZ 30.01 24.04 34.96 -
YUV 138.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 175 116 157 0 0.34 0.10 0.31 318.31 0.27 0.57
Hex AF 74 9D 0 22 A 1F 13E 1B 39
Octal 257 164 235 0 42 12 37 476 33 71
Binary 10101111 1110100 10011101 0 100010 1010 11111 100111110 11011 111001

Color Harmonies of #AF749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF749D

Black with #AF749D

Text Example


Text Example

White with #AF749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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