Html Css Color HEX #AF829D Bouquet

📋 copy color: '#AF829D'

red 175 ◦ green 130 ◦ blue 157

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

Shades of Bouquet #AF829D

Tints of Bouquet #AF829D

RGB

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

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

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

R = 37.88%
G = 28.14%
B = 33.98%

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

#AF829D (or 0xAF829D) is known color: Bouquet. HEX triplet: AF, 82 and 9D. RGB value is (175,130,157). Sum of RGB (Red+Green+Blue) = 175+130+157=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF829D is #507D62. Grayscale: #929292. Windows color (decimal): -5274979 or 10322607. OLE color: 10322607.

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

Color convert

RGB 175 130 157 -
CMYK 0 0.26 0.10 0.31
HSL 324º 0.22% 0.6% -
HSV(B) 324º 0.26% 0.69% -
XYZ 31.75 27.51 35.54 -
YUV 146.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 175 130 157 0 0.26 0.10 0.31 324 0.22 0.6
Hex AF 82 9D 0 1A A 1F 144 16 3C
Octal 257 202 235 0 32 12 37 504 26 74
Binary 10101111 10000010 10011101 0 11010 1010 11111 101000100 10110 111100

Color Harmonies of #AF829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF829D

Black with #AF829D

Text Example


Text Example

White with #AF829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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