Html Css Color HEX #AF799D Bouquet

📋 copy color: '#AF799D'

red 175 ◦ green 121 ◦ blue 157

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

Shades of Bouquet #AF799D

Tints of Bouquet #AF799D

RGB

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

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

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

R = 38.63%
G = 26.71%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF799D (or 0xAF799D) is known color: Bouquet. HEX triplet: AF, 79 and 9D. RGB value is (175,121,157). Sum of RGB (Red+Green+Blue) = 175+121+157=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF799D is #508662. Grayscale: #8D8D8D. Windows color (decimal): -5277283 or 10320303. OLE color: 10320303.

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

Color convert

RGB 175 121 157 -
CMYK 0 0.31 0.10 0.31
HSL 320º 0.25% 0.58% -
HSV(B) 320º 0.31% 0.69% -
XYZ 30.6 25.22 35.15 -
YUV 141.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 175 121 157 0 0.31 0.10 0.31 320 0.25 0.58
Hex AF 79 9D 0 1F A 1F 140 19 3A
Octal 257 171 235 0 37 12 37 500 31 72
Binary 10101111 1111001 10011101 0 11111 1010 11111 101000000 11001 111010

Color Harmonies of #AF799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF799D

Black with #AF799D

Text Example


Text Example

White with #AF799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF799D; }

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

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

background-color css

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

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

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

border-color css

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

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

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