Html Css Color HEX #A7829E Bouquet

📋 copy color: '#A7829E'

red 167 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #A7829E

Tints of Bouquet #A7829E

RGB

 RED value IS 167 (65.63% from 255) = 36.7%

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

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

R = 36.7%
G = 28.57%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7829E (or 0xA7829E) is known color: Bouquet. HEX triplet: A7, 82 and 9E. RGB value is (167,130,158). Sum of RGB (Red+Green+Blue) = 167+130+158=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A7829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7829E is #587D61. Grayscale: #909090. Windows color (decimal): -5799266 or 10388135. OLE color: 10388135.

HSL color Cylindrical-coordinate representation of color #A7829E: hue angle of 314.59º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7829E is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 130 158 -
CMYK 0 0.22 0.05 0.35
HSL 314.59º 0.17% 0.58% -
HSV(B) 314.59º 0.22% 0.65% -
XYZ 30.09 26.65 35.91 -
YUV 144.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 167 130 158 0 0.22 0.05 0.35 314.59 0.17 0.58
Hex A7 82 9E 0 16 5 23 13B 11 3A
Octal 247 202 236 0 26 5 43 473 21 72
Binary 10100111 10000010 10011110 0 10110 101 100011 100111011 10001 111010

Color Harmonies of #A7829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7829E

Black with #A7829E

Text Example


Text Example

White with #A7829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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