Html Css Color HEX #AF7492 Bouquet

📋 copy color: '#AF7492'

red 175 ◦ green 116 ◦ blue 146

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

Shades of Bouquet #AF7492

Tints of Bouquet #AF7492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 40.05%
G = 26.54%
B = 33.41%

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

#AF7492 (or 0xAF7492) is known color: Bouquet. HEX triplet: AF, 74 and 92. RGB value is (175,116,146). Sum of RGB (Red+Green+Blue) = 175+116+146=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7492 is #508B6D. Grayscale: #898989. Windows color (decimal): -5278574 or 9598127. OLE color: 9598127.

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

Color convert

RGB 175 116 146 -
CMYK 0 0.34 0.17 0.31
HSL 329.49º 0.27% 0.57% -
HSV(B) 329.49º 0.34% 0.69% -
XYZ 29.11 23.68 30.23 -
YUV 137.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 175 116 146 0 0.34 0.17 0.31 329.49 0.27 0.57
Hex AF 74 92 0 22 11 1F 149 1B 39
Octal 257 164 222 0 42 21 37 511 33 71
Binary 10101111 1110100 10010010 0 100010 10001 11111 101001001 11011 111001

Color Harmonies of #AF7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7492

Black with #AF7492

Text Example


Text Example

White with #AF7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7492; }

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

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

background-color css

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

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

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

border-color css

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

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

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