Html Css Color HEX #AF7D98 Bouquet

📋 copy color: '#AF7D98'

red 175 ◦ green 125 ◦ blue 152

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

Shades of Bouquet #AF7D98

Tints of Bouquet #AF7D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.65%

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

R = 38.72%
G = 27.65%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7D98 (or 0xAF7D98) is known color: Bouquet. HEX triplet: AF, 7D and 98. RGB value is (175,125,152). Sum of RGB (Red+Green+Blue) = 175+125+152=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D98 is #508267. Grayscale: #8E8E8E. Windows color (decimal): -5276264 or 9993647. OLE color: 9993647.

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

Color convert

RGB 175 125 152 -
CMYK 0 0.29 0.13 0.31
HSL 327.6º 0.24% 0.59% -
HSV(B) 327.6º 0.29% 0.69% -
XYZ 30.68 26.05 33.12 -
YUV 143.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 175 125 152 0 0.29 0.13 0.31 327.6 0.24 0.59
Hex AF 7D 98 0 1D D 1F 148 18 3B
Octal 257 175 230 0 35 15 37 510 30 73
Binary 10101111 1111101 10011000 0 11101 1101 11111 101001000 11000 111011

Color Harmonies of #AF7D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D98

Black with #AF7D98

Text Example


Text Example

White with #AF7D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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