Html Css Color HEX #AF849A Bouquet

📋 copy color: '#AF849A'

red 175 ◦ green 132 ◦ blue 154

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

Shades of Bouquet #AF849A

Tints of Bouquet #AF849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 154 (60.55% from 255) = 33.41%

R = 37.96%
G = 28.63%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF849A (or 0xAF849A) is known color: Bouquet. HEX triplet: AF, 84 and 9A. RGB value is (175,132,154). Sum of RGB (Red+Green+Blue) = 175+132+154=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849A is #507B65. Grayscale: #939393. Windows color (decimal): -5274470 or 10126511. OLE color: 10126511.

HSL color Cylindrical-coordinate representation of color #AF849A: hue angle of 329.3º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF849A is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 154 -
CMYK 0 0.25 0.12 0.31
HSL 329.3º 0.21% 0.6% -
HSV(B) 329.3º 0.25% 0.69% -
XYZ 31.76 27.95 34.29 -
YUV 147.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 175 132 154 0 0.25 0.12 0.31 329.3 0.21 0.6
Hex AF 84 9A 0 19 C 1F 149 15 3C
Octal 257 204 232 0 31 14 37 511 25 74
Binary 10101111 10000100 10011010 0 11001 1100 11111 101001001 10101 111100

Color Harmonies of #AF849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF849A

Black with #AF849A

Text Example


Text Example

White with #AF849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF849A; }

 p { color: rgb(175,132,154); }

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

background-color css

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

 a { background-color: rgb(175,132,154); }

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

border-color css

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

 span { border-color: rgb(175,132,154); }

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