Html Css Color HEX #AF7899 Bouquet

📋 copy color: '#AF7899'

red 175 ◦ green 120 ◦ blue 153

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

Shades of Bouquet #AF7899

Tints of Bouquet #AF7899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 39.06%
G = 26.79%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7899 (or 0xAF7899) is known color: Bouquet. HEX triplet: AF, 78 and 99. RGB value is (175,120,153). Sum of RGB (Red+Green+Blue) = 175+120+153=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7899 is #508766. Grayscale: #8C8C8C. Windows color (decimal): -5277543 or 10057903. OLE color: 10057903.

HSL color Cylindrical-coordinate representation of color #AF7899: hue angle of 324º degrees, saturation: 0.26, 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 #AF7899 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 120 153 -
CMYK 0 0.31 0.13 0.31
HSL 324º 0.26% 0.58% -
HSV(B) 324º 0.31% 0.69% -
XYZ 30.15 24.85 33.34 -
YUV 140.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 175 120 153 0 0.31 0.13 0.31 324 0.26 0.58
Hex AF 78 99 0 1F D 1F 144 1A 3A
Octal 257 170 231 0 37 15 37 504 32 72
Binary 10101111 1111000 10011001 0 11111 1101 11111 101000100 11010 111010

Color Harmonies of #AF7899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7899

Black with #AF7899

Text Example


Text Example

White with #AF7899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7899; }

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

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

background-color css

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

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

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

border-color css

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

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

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