Html Css Color HEX #AF7994 Bouquet

📋 copy color: '#AF7994'

red 175 ◦ green 121 ◦ blue 148

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

Shades of Bouquet #AF7994

Tints of Bouquet #AF7994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.25%

 BLUE value IS 148 (58.2% from 255) = 33.33%

R = 39.41%
G = 27.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF7994 (or 0xAF7994) is known color: Bouquet. HEX triplet: AF, 79 and 94. RGB value is (175,121,148). Sum of RGB (Red+Green+Blue) = 175+121+148=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7994 is #50866B. Grayscale: #8C8C8C. Windows color (decimal): -5277292 or 9730479. OLE color: 9730479.

HSL color Cylindrical-coordinate representation of color #AF7994: hue angle of 330º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7994 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 148 -
CMYK 0 0.31 0.15 0.31
HSL 330º 0.25% 0.58% -
HSV(B) 330º 0.31% 0.69% -
XYZ 29.86 24.93 31.25 -
YUV 140.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 175 121 148 0 0.31 0.15 0.31 330 0.25 0.58
Hex AF 79 94 0 1F F 1F 14A 19 3A
Octal 257 171 224 0 37 17 37 512 31 72
Binary 10101111 1111001 10010100 0 11111 1111 11111 101001010 11001 111010

Color Harmonies of #AF7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7994

Black with #AF7994

Text Example


Text Example

White with #AF7994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7994; }

 p { color: rgb(175,121,148); }

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

background-color css

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

 a { background-color: rgb(175,121,148); }

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

border-color css

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

 span { border-color: rgb(175,121,148); }

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