Html Css Color HEX #AF6D91 Bouquet

📋 copy color: '#AF6D91'

red 175 ◦ green 109 ◦ blue 145

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

Shades of Bouquet #AF6D91

Tints of Bouquet #AF6D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 40.79%
G = 25.41%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF6D91 (or 0xAF6D91) is known color: Bouquet. HEX triplet: AF, 6D and 91. RGB value is (175,109,145). Sum of RGB (Red+Green+Blue) = 175+109+145=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D91 is #50926E. Grayscale: #848484. Windows color (decimal): -5280367 or 9530799. OLE color: 9530799.

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

Color convert

RGB 175 109 145 -
CMYK 0 0.38 0.17 0.31
HSL 327.27º 0.29% 0.56% -
HSV(B) 327.27º 0.38% 0.69% -
XYZ 28.26 22.1 29.56 -
YUV 132.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 175 109 145 0 0.38 0.17 0.31 327.27 0.29 0.56
Hex AF 6D 91 0 26 11 1F 147 1D 38
Octal 257 155 221 0 46 21 37 507 35 70
Binary 10101111 1101101 10010001 0 100110 10001 11111 101000111 11101 111000

Color Harmonies of #AF6D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D91

Black with #AF6D91

Text Example


Text Example

White with #AF6D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D91; }

 p { color: rgb(175,109,145); }

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

background-color css

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

 a { background-color: rgb(175,109,145); }

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

border-color css

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

 span { border-color: rgb(175,109,145); }

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