Html Css Color HEX #A76B98 Bouquet

📋 copy color: '#A76B98'

red 167 ◦ green 107 ◦ blue 152

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

Shades of Bouquet #A76B98

Tints of Bouquet #A76B98

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 39.2%
G = 25.12%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A76B98 (or 0xA76B98) is known color: Bouquet. HEX triplet: A7, 6B and 98. RGB value is (167,107,152). Sum of RGB (Red+Green+Blue) = 167+107+152=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B98 is #589467. Grayscale: #818181. Windows color (decimal): -5805160 or 9989031. OLE color: 9989031.

HSL color Cylindrical-coordinate representation of color #A76B98: hue angle of 315º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B98 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 152 -
CMYK 0 0.36 0.09 0.35
HSL 315º 0.25% 0.54% -
HSV(B) 315º 0.36% 0.65% -
XYZ 26.86 21 32.34 -
YUV 130.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 167 107 152 0 0.36 0.09 0.35 315 0.25 0.54
Hex A7 6B 98 0 24 9 23 13B 19 36
Octal 247 153 230 0 44 11 43 473 31 66
Binary 10100111 1101011 10011000 0 100100 1001 100011 100111011 11001 110110

Color Harmonies of #A76B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B98

Black with #A76B98

Text Example


Text Example

White with #A76B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B98; }

 p { color: rgb(167,107,152); }

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

background-color css

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

 a { background-color: rgb(167,107,152); }

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

border-color css

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

 span { border-color: rgb(167,107,152); }

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