Html Css Color HEX #AF829C Bouquet

📋 copy color: '#AF829C'

red 175 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #AF829C

Tints of Bouquet #AF829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 37.96%
G = 28.2%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF829C (or 0xAF829C) is known color: Bouquet. HEX triplet: AF, 82 and 9C. RGB value is (175,130,156). Sum of RGB (Red+Green+Blue) = 175+130+156=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF829C is #507D63. Grayscale: #929292. Windows color (decimal): -5274980 or 10257071. OLE color: 10257071.

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

Color convert

RGB 175 130 156 -
CMYK 0 0.26 0.11 0.31
HSL 325.33º 0.22% 0.6% -
HSV(B) 325.33º 0.26% 0.69% -
XYZ 31.66 27.48 35.09 -
YUV 146.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 175 130 156 0 0.26 0.11 0.31 325.33 0.22 0.6
Hex AF 82 9C 0 1A B 1F 145 16 3C
Octal 257 202 234 0 32 13 37 505 26 74
Binary 10101111 10000010 10011100 0 11010 1011 11111 101000101 10110 111100

Color Harmonies of #AF829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF829C

Black with #AF829C

Text Example


Text Example

White with #AF829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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