Html Css Color HEX #A8769E Bouquet

📋 copy color: '#A8769E'

red 168 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #A8769E

Tints of Bouquet #A8769E

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 37.84%
G = 26.58%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8769E (or 0xA8769E) is known color: Bouquet. HEX triplet: A8, 76 and 9E. RGB value is (168,118,158). Sum of RGB (Red+Green+Blue) = 168+118+158=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A8769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8769E is #578961. Grayscale: #898989. Windows color (decimal): -5736802 or 10385064. OLE color: 10385064.

HSL color Cylindrical-coordinate representation of color #A8769E: hue angle of 312º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8769E is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 158 -
CMYK 0 0.30 0.06 0.34
HSL 312º 0.22% 0.56% -
HSV(B) 312º 0.3% 0.66% -
XYZ 28.8 23.75 35.41 -
YUV 137.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 168 118 158 0 0.30 0.06 0.34 312 0.22 0.56
Hex A8 76 9E 0 1E 6 22 138 16 38
Octal 250 166 236 0 36 6 42 470 26 70
Binary 10101000 1110110 10011110 0 11110 110 100010 100111000 10110 111000

Color Harmonies of #A8769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8769E

Black with #A8769E

Text Example


Text Example

White with #A8769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8769E; }

 p { color: rgb(168,118,158); }

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

background-color css

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

 a { background-color: rgb(168,118,158); }

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

border-color css

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

 span { border-color: rgb(168,118,158); }

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