Html Css Color HEX #AF7F9F Bouquet

📋 copy color: '#AF7F9F'

red 175 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #AF7F9F

Tints of Bouquet #AF7F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 37.96%
G = 27.55%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF7F9F (or 0xAF7F9F) is known color: Bouquet. HEX triplet: AF, 7F and 9F. RGB value is (175,127,159). Sum of RGB (Red+Green+Blue) = 175+127+159=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F9F is #508060. Grayscale: #909090. Windows color (decimal): -5275745 or 10452911. OLE color: 10452911.

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

Color convert

RGB 175 127 159 -
CMYK 0 0.27 0.09 0.31
HSL 320º 0.23% 0.59% -
HSV(B) 320º 0.27% 0.69% -
XYZ 31.53 26.8 36.31 -
YUV 145 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 175 127 159 0 0.27 0.09 0.31 320 0.23 0.59
Hex AF 7F 9F 0 1B 9 1F 140 17 3B
Octal 257 177 237 0 33 11 37 500 27 73
Binary 10101111 1111111 10011111 0 11011 1001 11111 101000000 10111 111011

Color Harmonies of #AF7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F9F

Black with #AF7F9F

Text Example


Text Example

White with #AF7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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