Html Css Color HEX #A4769E Bouquet

📋 copy color: '#A4769E'

red 164 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #A4769E

Tints of Bouquet #A4769E

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

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

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

R = 37.27%
G = 26.82%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4769E (or 0xA4769E) is known color: Bouquet. HEX triplet: A4, 76 and 9E. RGB value is (164,118,158). Sum of RGB (Red+Green+Blue) = 164+118+158=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4769E is #5B8961. Grayscale: #888888. Windows color (decimal): -5998946 or 10385060. OLE color: 10385060.

HSL color Cylindrical-coordinate representation of color #A4769E: hue angle of 307.83º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4769E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 158 -
CMYK 0 0.28 0.04 0.36
HSL 307.83º 0.2% 0.55% -
HSV(B) 307.83º 0.28% 0.64% -
XYZ 27.96 23.32 35.37 -
YUV 136.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 164 118 158 0 0.28 0.04 0.36 307.83 0.2 0.55
Hex A4 76 9E 0 1C 4 24 134 14 37
Octal 244 166 236 0 34 4 44 464 24 67
Binary 10100100 1110110 10011110 0 11100 100 100100 100110100 10100 110111

Color Harmonies of #A4769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4769E

Black with #A4769E

Text Example


Text Example

White with #A4769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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