Html Css Color HEX #A7829B Bouquet

📋 copy color: '#A7829B'

red 167 ◦ green 130 ◦ blue 155

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

Shades of Bouquet #A7829B

Tints of Bouquet #A7829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.29%

R = 36.95%
G = 28.76%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7829B (or 0xA7829B) is known color: Bouquet. HEX triplet: A7, 82 and 9B. RGB value is (167,130,155). Sum of RGB (Red+Green+Blue) = 167+130+155=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A7829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7829B is #587D64. Grayscale: #8F8F8F. Windows color (decimal): -5799269 or 10191527. OLE color: 10191527.

HSL color Cylindrical-coordinate representation of color #A7829B: hue angle of 319.46º 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 #A7829B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 130 155 -
CMYK 0 0.22 0.07 0.35
HSL 319.46º 0.17% 0.58% -
HSV(B) 319.46º 0.22% 0.65% -
XYZ 29.84 26.55 34.56 -
YUV 143.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 167 130 155 0 0.22 0.07 0.35 319.46 0.17 0.58
Hex A7 82 9B 0 16 7 23 13F 11 3A
Octal 247 202 233 0 26 7 43 477 21 72
Binary 10100111 10000010 10011011 0 10110 111 100011 100111111 10001 111010

Color Harmonies of #A7829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7829B

Black with #A7829B

Text Example


Text Example

White with #A7829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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