Html Css Color HEX #AF829A Bouquet

📋 copy color: '#AF829A'

red 175 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #AF829A

Tints of Bouquet #AF829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 38.13%
G = 28.32%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF829A (or 0xAF829A) is known color: Bouquet. HEX triplet: AF, 82 and 9A. RGB value is (175,130,154). Sum of RGB (Red+Green+Blue) = 175+130+154=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF829A is #507D65. Grayscale: #929292. Windows color (decimal): -5274982 or 10125999. OLE color: 10125999.

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

Color convert

RGB 175 130 154 -
CMYK 0 0.26 0.12 0.31
HSL 328º 0.22% 0.6% -
HSV(B) 328º 0.26% 0.69% -
XYZ 31.49 27.41 34.2 -
YUV 146.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 175 130 154 0 0.26 0.12 0.31 328 0.22 0.6
Hex AF 82 9A 0 1A C 1F 148 16 3C
Octal 257 202 232 0 32 14 37 510 26 74
Binary 10101111 10000010 10011010 0 11010 1100 11111 101001000 10110 111100

Color Harmonies of #AF829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF829A

Black with #AF829A

Text Example


Text Example

White with #AF829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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