Html Css Color HEX #AF749F Bouquet

📋 copy color: '#AF749F'

red 175 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #AF749F

Tints of Bouquet #AF749F

RGB

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

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

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

R = 38.89%
G = 25.78%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF749F (or 0xAF749F) is known color: Bouquet. HEX triplet: AF, 74 and 9F. RGB value is (175,116,159). Sum of RGB (Red+Green+Blue) = 175+116+159=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF749F is #508B60. Grayscale: #8A8A8A. Windows color (decimal): -5278561 or 10450095. OLE color: 10450095.

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

Color convert

RGB 175 116 159 -
CMYK 0 0.34 0.09 0.31
HSL 316.27º 0.27% 0.57% -
HSV(B) 316.27º 0.34% 0.69% -
XYZ 30.18 24.11 35.86 -
YUV 138.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 175 116 159 0 0.34 0.09 0.31 316.27 0.27 0.57
Hex AF 74 9F 0 22 9 1F 13C 1B 39
Octal 257 164 237 0 42 11 37 474 33 71
Binary 10101111 1110100 10011111 0 100010 1001 11111 100111100 11011 111001

Color Harmonies of #AF749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF749F

Black with #AF749F

Text Example


Text Example

White with #AF749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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