Html Css Color HEX #AF7C9F Bouquet

📋 copy color: '#AF7C9F'

red 175 ◦ green 124 ◦ blue 159

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

Shades of Bouquet #AF7C9F

Tints of Bouquet #AF7C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.07%

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

R = 38.21%
G = 27.07%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF7C9F (or 0xAF7C9F) is known color: Bouquet. HEX triplet: AF, 7C and 9F. RGB value is (175,124,159). Sum of RGB (Red+Green+Blue) = 175+124+159=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C9F is #508360. Grayscale: #8F8F8F. Windows color (decimal): -5276513 or 10452143. OLE color: 10452143.

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

Color convert

RGB 175 124 159 -
CMYK 0 0.29 0.09 0.31
HSL 318.82º 0.24% 0.59% -
HSV(B) 318.82º 0.29% 0.69% -
XYZ 31.14 26.03 36.18 -
YUV 143.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 175 124 159 0 0.29 0.09 0.31 318.82 0.24 0.59
Hex AF 7C 9F 0 1D 9 1F 13F 18 3B
Octal 257 174 237 0 35 11 37 477 30 73
Binary 10101111 1111100 10011111 0 11101 1001 11111 100111111 11000 111011

Color Harmonies of #AF7C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C9F

Black with #AF7C9F

Text Example


Text Example

White with #AF7C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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