Html Css Color HEX #AF7D9F Bouquet

📋 copy color: '#AF7D9F'

red 175 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #AF7D9F

Tints of Bouquet #AF7D9F

RGB

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

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

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

R = 38.13%
G = 27.23%
B = 34.64%

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

#AF7D9F (or 0xAF7D9F) is known color: Bouquet. HEX triplet: AF, 7D and 9F. RGB value is (175,125,159). Sum of RGB (Red+Green+Blue) = 175+125+159=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D9F is #508260. Grayscale: #8F8F8F. Windows color (decimal): -5276257 or 10452399. OLE color: 10452399.

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

Color convert

RGB 175 125 159 -
CMYK 0 0.29 0.09 0.31
HSL 319.2º 0.24% 0.59% -
HSV(B) 319.2º 0.29% 0.69% -
XYZ 31.27 26.28 36.23 -
YUV 143.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 175 125 159 0 0.29 0.09 0.31 319.2 0.24 0.59
Hex AF 7D 9F 0 1D 9 1F 13F 18 3B
Octal 257 175 237 0 35 11 37 477 30 73
Binary 10101111 1111101 10011111 0 11101 1001 11111 100111111 11000 111011

Color Harmonies of #AF7D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D9F

Black with #AF7D9F

Text Example


Text Example

White with #AF7D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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