Html Css Color HEX #AF7998 Bouquet

📋 copy color: '#AF7998'

red 175 ◦ green 121 ◦ blue 152

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

Shades of Bouquet #AF7998

Tints of Bouquet #AF7998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.93%

R = 39.06%
G = 27.01%
B = 33.93%

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

#AF7998 (or 0xAF7998) is known color: Bouquet. HEX triplet: AF, 79 and 98. RGB value is (175,121,152). Sum of RGB (Red+Green+Blue) = 175+121+152=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7998 is #508667. Grayscale: #8C8C8C. Windows color (decimal): -5277288 or 9992623. OLE color: 9992623.

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

Color convert

RGB 175 121 152 -
CMYK 0 0.31 0.13 0.31
HSL 325.56º 0.25% 0.58% -
HSV(B) 325.56º 0.31% 0.69% -
XYZ 30.18 25.06 32.95 -
YUV 140.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 175 121 152 0 0.31 0.13 0.31 325.56 0.25 0.58
Hex AF 79 98 0 1F D 1F 146 19 3A
Octal 257 171 230 0 37 15 37 506 31 72
Binary 10101111 1111001 10011000 0 11111 1101 11111 101000110 11001 111010

Color Harmonies of #AF7998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7998

Black with #AF7998

Text Example


Text Example

White with #AF7998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7998; }

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

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

background-color css

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

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

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

border-color css

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

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

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