Html Css Color HEX #AF7F96 Bouquet

📋 copy color: '#AF7F96'

red 175 ◦ green 127 ◦ blue 150

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

Shades of Bouquet #AF7F96

Tints of Bouquet #AF7F96

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 38.72%
G = 28.1%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7F96 (or 0xAF7F96) is known color: Bouquet. HEX triplet: AF, 7F and 96. RGB value is (175,127,150). Sum of RGB (Red+Green+Blue) = 175+127+150=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F96 is #508069. Grayscale: #8F8F8F. Windows color (decimal): -5275754 or 9863087. OLE color: 9863087.

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

Color convert

RGB 175 127 150 -
CMYK 0 0.27 0.14 0.31
HSL 331.25º 0.23% 0.59% -
HSV(B) 331.25º 0.27% 0.69% -
XYZ 30.77 26.49 32.35 -
YUV 143.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 175 127 150 0 0.27 0.14 0.31 331.25 0.23 0.59
Hex AF 7F 96 0 1B E 1F 14B 17 3B
Octal 257 177 226 0 33 16 37 513 27 73
Binary 10101111 1111111 10010110 0 11011 1110 11111 101001011 10111 111011

Color Harmonies of #AF7F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F96

Black with #AF7F96

Text Example


Text Example

White with #AF7F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F96; }

 p { color: rgb(175,127,150); }

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

background-color css

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

 a { background-color: rgb(175,127,150); }

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

border-color css

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

 span { border-color: rgb(175,127,150); }

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