Html Css Color HEX #AF819D Bouquet

📋 copy color: '#AF819D'

red 175 ◦ green 129 ◦ blue 157

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

Shades of Bouquet #AF819D

Tints of Bouquet #AF819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

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

R = 37.96%
G = 27.98%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF819D (or 0xAF819D) is known color: Bouquet. HEX triplet: AF, 81 and 9D. RGB value is (175,129,157). Sum of RGB (Red+Green+Blue) = 175+129+157=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF819D is #507E62. Grayscale: #919191. Windows color (decimal): -5275235 or 10322351. OLE color: 10322351.

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

Color convert

RGB 175 129 157 -
CMYK 0 0.26 0.10 0.31
HSL 323.48º 0.22% 0.6% -
HSV(B) 323.48º 0.26% 0.69% -
XYZ 31.62 27.25 35.49 -
YUV 145.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 175 129 157 0 0.26 0.10 0.31 323.48 0.22 0.6
Hex AF 81 9D 0 1A A 1F 143 16 3C
Octal 257 201 235 0 32 12 37 503 26 74
Binary 10101111 10000001 10011101 0 11010 1010 11111 101000011 10110 111100

Color Harmonies of #AF819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF819D

Black with #AF819D

Text Example


Text Example

White with #AF819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF819D; }

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

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

background-color css

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

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

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

border-color css

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

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

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