Html Css Color HEX #AF7392 Bouquet

📋 copy color: '#AF7392'

red 175 ◦ green 115 ◦ blue 146

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

Shades of Bouquet #AF7392

Tints of Bouquet #AF7392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 40.14%
G = 26.38%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF7392 (or 0xAF7392) is known color: Bouquet. HEX triplet: AF, 73 and 92. RGB value is (175,115,146). Sum of RGB (Red+Green+Blue) = 175+115+146=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7392 is #508C6D. Grayscale: #888888. Windows color (decimal): -5278830 or 9597871. OLE color: 9597871.

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

Color convert

RGB 175 115 146 -
CMYK 0 0.34 0.17 0.31
HSL 329º 0.27% 0.57% -
HSV(B) 329º 0.34% 0.69% -
XYZ 29 23.45 30.19 -
YUV 136.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 175 115 146 0 0.34 0.17 0.31 329 0.27 0.57
Hex AF 73 92 0 22 11 1F 149 1B 39
Octal 257 163 222 0 42 21 37 511 33 71
Binary 10101111 1110011 10010010 0 100010 10001 11111 101001001 11011 111001

Color Harmonies of #AF7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7392

Black with #AF7392

Text Example


Text Example

White with #AF7392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7392; }

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

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

background-color css

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

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

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

border-color css

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

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

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