Html Css Color HEX #A57694 Bouquet

📋 copy color: '#A57694'

red 165 ◦ green 118 ◦ blue 148

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

Shades of Bouquet #A57694

Tints of Bouquet #A57694

RGB

 RED value IS 165 (64.84% from 255) = 38.28%

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

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 38.28%
G = 27.38%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A57694 (or 0xA57694) is known color: Bouquet. HEX triplet: A5, 76 and 94. RGB value is (165,118,148). Sum of RGB (Red+Green+Blue) = 165+118+148=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A57694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57694 is #5A896B. Grayscale: #878787. Windows color (decimal): -5933420 or 9729701. OLE color: 9729701.

HSL color Cylindrical-coordinate representation of color #A57694: hue angle of 321.7º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57694 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 118 148 -
CMYK 0 0.28 0.10 0.35
HSL 321.7º 0.21% 0.55% -
HSV(B) 321.7º 0.28% 0.65% -
XYZ 27.34 23.09 31.03 -
YUV 135.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 165 118 148 0 0.28 0.10 0.35 321.7 0.21 0.55
Hex A5 76 94 0 1C A 23 142 15 37
Octal 245 166 224 0 34 12 43 502 25 67
Binary 10100101 1110110 10010100 0 11100 1010 100011 101000010 10101 110111

Color Harmonies of #A57694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57694

Black with #A57694

Text Example


Text Example

White with #A57694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57694; }

 p { color: rgb(165,118,148); }

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

background-color css

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

 a { background-color: rgb(165,118,148); }

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

border-color css

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

 span { border-color: rgb(165,118,148); }

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