Html Css Color HEX #AF829E Bouquet

📋 copy color: '#AF829E'

red 175 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #AF829E

Tints of Bouquet #AF829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 37.8%
G = 28.08%
B = 34.13%

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

#AF829E (or 0xAF829E) is known color: Bouquet. HEX triplet: AF, 82 and 9E. RGB value is (175,130,158). Sum of RGB (Red+Green+Blue) = 175+130+158=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF829E is #507D61. Grayscale: #929292. Windows color (decimal): -5274978 or 10388143. OLE color: 10388143.

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

Color convert

RGB 175 130 158 -
CMYK 0 0.26 0.10 0.31
HSL 322.67º 0.22% 0.6% -
HSV(B) 322.67º 0.26% 0.69% -
XYZ 31.83 27.55 35.99 -
YUV 146.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 175 130 158 0 0.26 0.10 0.31 322.67 0.22 0.6
Hex AF 82 9E 0 1A A 1F 143 16 3C
Octal 257 202 236 0 32 12 37 503 26 74
Binary 10101111 10000010 10011110 0 11010 1010 11111 101000011 10110 111100

Color Harmonies of #AF829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF829E

Black with #AF829E

Text Example


Text Example

White with #AF829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF829E; }

 p { color: rgb(175,130,158); }

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

background-color css

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

 a { background-color: rgb(175,130,158); }

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

border-color css

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

 span { border-color: rgb(175,130,158); }

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