Html Css Color HEX #A4769B Bouquet

📋 copy color: '#A4769B'

red 164 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #A4769B

Tints of Bouquet #A4769B

RGB

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

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

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

R = 37.53%
G = 27%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4769B (or 0xA4769B) is known color: Bouquet. HEX triplet: A4, 76 and 9B. RGB value is (164,118,155). Sum of RGB (Red+Green+Blue) = 164+118+155=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4769B is #5B8964. Grayscale: #878787. Windows color (decimal): -5998949 or 10188452. OLE color: 10188452.

HSL color Cylindrical-coordinate representation of color #A4769B: hue angle of 311.74º 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 #A4769B is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 155 -
CMYK 0 0.28 0.05 0.36
HSL 311.74º 0.2% 0.55% -
HSV(B) 311.74º 0.28% 0.64% -
XYZ 27.7 23.22 34.03 -
YUV 135.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 164 118 155 0 0.28 0.05 0.36 311.74 0.2 0.55
Hex A4 76 9B 0 1C 5 24 138 14 37
Octal 244 166 233 0 34 5 44 470 24 67
Binary 10100100 1110110 10011011 0 11100 101 100100 100111000 10100 110111

Color Harmonies of #A4769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4769B

Black with #A4769B

Text Example


Text Example

White with #A4769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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