Html Css Color HEX #AF7799 Bouquet

📋 copy color: '#AF7799'

red 175 ◦ green 119 ◦ blue 153

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

Shades of Bouquet #AF7799

Tints of Bouquet #AF7799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.62%

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 39.15%
G = 26.62%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7799 (or 0xAF7799) is known color: Bouquet. HEX triplet: AF, 77 and 99. RGB value is (175,119,153). Sum of RGB (Red+Green+Blue) = 175+119+153=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7799 is #508866. Grayscale: #8B8B8B. Windows color (decimal): -5277799 or 10057647. OLE color: 10057647.

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

Color convert

RGB 175 119 153 -
CMYK 0 0.32 0.13 0.31
HSL 323.57º 0.26% 0.58% -
HSV(B) 323.57º 0.32% 0.69% -
XYZ 30.03 24.61 33.3 -
YUV 139.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 175 119 153 0 0.32 0.13 0.31 323.57 0.26 0.58
Hex AF 77 99 0 20 D 1F 144 1A 3A
Octal 257 167 231 0 40 15 37 504 32 72
Binary 10101111 1110111 10011001 0 100000 1101 11111 101000100 11010 111010

Color Harmonies of #AF7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7799

Black with #AF7799

Text Example


Text Example

White with #AF7799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7799; }

 p { color: rgb(175,119,153); }

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

background-color css

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

 a { background-color: rgb(175,119,153); }

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

border-color css

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

 span { border-color: rgb(175,119,153); }

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