Html Css Color HEX #AF6F92 Bouquet

📋 copy color: '#AF6F92'

red 175 ◦ green 111 ◦ blue 146

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

Shades of Bouquet #AF6F92

Tints of Bouquet #AF6F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 40.51%
G = 25.69%
B = 33.8%

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

#AF6F92 (or 0xAF6F92) is known color: Bouquet. HEX triplet: AF, 6F and 92. RGB value is (175,111,146). Sum of RGB (Red+Green+Blue) = 175+111+146=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F92 is #50906D. Grayscale: #868686. Windows color (decimal): -5279854 or 9596847. OLE color: 9596847.

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

Color convert

RGB 175 111 146 -
CMYK 0 0.37 0.17 0.31
HSL 327.19º 0.29% 0.56% -
HSV(B) 327.19º 0.37% 0.69% -
XYZ 28.55 22.56 30.04 -
YUV 134.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 175 111 146 0 0.37 0.17 0.31 327.19 0.29 0.56
Hex AF 6F 92 0 25 11 1F 147 1D 38
Octal 257 157 222 0 45 21 37 507 35 70
Binary 10101111 1101111 10010010 0 100101 10001 11111 101000111 11101 111000

Color Harmonies of #AF6F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F92

Black with #AF6F92

Text Example


Text Example

White with #AF6F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F92; }

 p { color: rgb(175,111,146); }

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

background-color css

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

 a { background-color: rgb(175,111,146); }

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

border-color css

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

 span { border-color: rgb(175,111,146); }

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