Html Css Color HEX #AF6E91 Bouquet

📋 copy color: '#AF6E91'

red 175 ◦ green 110 ◦ blue 145

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

Shades of Bouquet #AF6E91

Tints of Bouquet #AF6E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

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

R = 40.7%
G = 25.58%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF6E91 (or 0xAF6E91) is known color: Bouquet. HEX triplet: AF, 6E and 91. RGB value is (175,110,145). Sum of RGB (Red+Green+Blue) = 175+110+145=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E91 is #50916E. Grayscale: #858585. Windows color (decimal): -5280111 or 9531055. OLE color: 9531055.

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

Color convert

RGB 175 110 145 -
CMYK 0 0.37 0.17 0.31
HSL 327.69º 0.29% 0.56% -
HSV(B) 327.69º 0.37% 0.69% -
XYZ 28.37 22.31 29.6 -
YUV 133.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 175 110 145 0 0.37 0.17 0.31 327.69 0.29 0.56
Hex AF 6E 91 0 25 11 1F 148 1D 38
Octal 257 156 221 0 45 21 37 510 35 70
Binary 10101111 1101110 10010001 0 100101 10001 11111 101001000 11101 111000

Color Harmonies of #AF6E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E91

Black with #AF6E91

Text Example


Text Example

White with #AF6E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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