Html Css Color HEX #AF749E Bouquet

📋 copy color: '#AF749E'

red 175 ◦ green 116 ◦ blue 158

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

Shades of Bouquet #AF749E

Tints of Bouquet #AF749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 38.98%
G = 25.84%
B = 35.19%

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

#AF749E (or 0xAF749E) is known color: Bouquet. HEX triplet: AF, 74 and 9E. RGB value is (175,116,158). Sum of RGB (Red+Green+Blue) = 175+116+158=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF749E is #508B61. Grayscale: #8A8A8A. Windows color (decimal): -5278562 or 10384559. OLE color: 10384559.

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

Color convert

RGB 175 116 158 -
CMYK 0 0.34 0.10 0.31
HSL 317.29º 0.27% 0.57% -
HSV(B) 317.29º 0.34% 0.69% -
XYZ 30.1 24.07 35.41 -
YUV 138.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 175 116 158 0 0.34 0.10 0.31 317.29 0.27 0.57
Hex AF 74 9E 0 22 A 1F 13D 1B 39
Octal 257 164 236 0 42 12 37 475 33 71
Binary 10101111 1110100 10011110 0 100010 1010 11111 100111101 11011 111001

Color Harmonies of #AF749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF749E

Black with #AF749E

Text Example


Text Example

White with #AF749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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