Html Css Color HEX #AF809D Bouquet

📋 copy color: '#AF809D'

red 175 ◦ green 128 ◦ blue 157

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

Shades of Bouquet #AF809D

Tints of Bouquet #AF809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 38.04%
G = 27.83%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF809D (or 0xAF809D) is known color: Bouquet. HEX triplet: AF, 80 and 9D. RGB value is (175,128,157). Sum of RGB (Red+Green+Blue) = 175+128+157=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809D is #507F62. Grayscale: #919191. Windows color (decimal): -5275491 or 10322095. OLE color: 10322095.

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

Color convert

RGB 175 128 157 -
CMYK 0 0.27 0.10 0.31
HSL 322.98º 0.23% 0.59% -
HSV(B) 322.98º 0.27% 0.69% -
XYZ 31.48 26.99 35.45 -
YUV 145.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 175 128 157 0 0.27 0.10 0.31 322.98 0.23 0.59
Hex AF 80 9D 0 1B A 1F 143 17 3B
Octal 257 200 235 0 33 12 37 503 27 73
Binary 10101111 10000000 10011101 0 11011 1010 11111 101000011 10111 111011

Color Harmonies of #AF809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF809D

Black with #AF809D

Text Example


Text Example

White with #AF809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF809D; }

 p { color: rgb(175,128,157); }

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

background-color css

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

 a { background-color: rgb(175,128,157); }

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

border-color css

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

 span { border-color: rgb(175,128,157); }

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