Html Css Color HEX #AF79A0 Bouquet

📋 copy color: '#AF79A0'

red 175 ◦ green 121 ◦ blue 160

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

Shades of Bouquet #AF79A0

Tints of Bouquet #AF79A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 38.38%
G = 26.54%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF79A0 (or 0xAF79A0) is known color: Bouquet. HEX triplet: AF, 79 and A0. RGB value is (175,121,160). Sum of RGB (Red+Green+Blue) = 175+121+160=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79A0 is #50865F. Grayscale: #8D8D8D. Windows color (decimal): -5277280 or 10516911. OLE color: 10516911.

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

Color convert

RGB 175 121 160 -
CMYK 0 0.31 0.09 0.31
HSL 316.67º 0.25% 0.58% -
HSV(B) 316.67º 0.31% 0.69% -
XYZ 30.86 25.33 36.52 -
YUV 141.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 175 121 160 0 0.31 0.09 0.31 316.67 0.25 0.58
Hex AF 79 A0 0 1F 9 1F 13D 19 3A
Octal 257 171 240 0 37 11 37 475 31 72
Binary 10101111 1111001 10100000 0 11111 1001 11111 100111101 11001 111010

Color Harmonies of #AF79A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79A0

Black with #AF79A0

Text Example


Text Example

White with #AF79A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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