Html Css Color HEX #AF89A2 Bouquet

📋 copy color: '#AF89A2'

red 175 ◦ green 137 ◦ blue 162

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

Shades of Bouquet #AF89A2

Tints of Bouquet #AF89A2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.9%

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 36.92%
G = 28.9%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF89A2 (or 0xAF89A2) is known color: Bouquet. HEX triplet: AF, 89 and A2. RGB value is (175,137,162). Sum of RGB (Red+Green+Blue) = 175+137+162=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF89A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF89A2 is #50765D. Grayscale: #979797. Windows color (decimal): -5273182 or 10652079. OLE color: 10652079.

HSL color Cylindrical-coordinate representation of color #AF89A2: hue angle of 320.53º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF89A2 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 162 -
CMYK 0 0.22 0.07 0.31
HSL 320.53º 0.19% 0.61% -
HSV(B) 320.53º 0.22% 0.69% -
XYZ 33.15 29.61 38.15 -
YUV 151.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 175 137 162 0 0.22 0.07 0.31 320.53 0.19 0.61
Hex AF 89 A2 0 16 7 1F 141 13 3D
Octal 257 211 242 0 26 7 37 501 23 75
Binary 10101111 10001001 10100010 0 10110 111 11111 101000001 10011 111101

Color Harmonies of #AF89A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89A2

Black with #AF89A2

Text Example


Text Example

White with #AF89A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89A2; }

 p { color: rgb(175,137,162); }

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

background-color css

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

 a { background-color: rgb(175,137,162); }

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

border-color css

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

 span { border-color: rgb(175,137,162); }

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