Html Css Color HEX #A5749D Bouquet

📋 copy color: '#A5749D'

red 165 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #A5749D

Tints of Bouquet #A5749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 37.67%
G = 26.48%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5749D (or 0xA5749D) is known color: Bouquet. HEX triplet: A5, 74 and 9D. RGB value is (165,116,157). Sum of RGB (Red+Green+Blue) = 165+116+157=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5749D is #5A8B62. Grayscale: #878787. Windows color (decimal): -5933923 or 10319013. OLE color: 10319013.

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

Color convert

RGB 165 116 157 -
CMYK 0 0.30 0.05 0.35
HSL 309.8º 0.21% 0.55% -
HSV(B) 309.8º 0.3% 0.65% -
XYZ 27.85 22.92 34.86 -
YUV 135.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 165 116 157 0 0.30 0.05 0.35 309.8 0.21 0.55
Hex A5 74 9D 0 1E 5 23 136 15 37
Octal 245 164 235 0 36 5 43 466 25 67
Binary 10100101 1110100 10011101 0 11110 101 100011 100110110 10101 110111

Color Harmonies of #A5749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5749D

Black with #A5749D

Text Example


Text Example

White with #A5749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5749D; }

 p { color: rgb(165,116,157); }

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

background-color css

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

 a { background-color: rgb(165,116,157); }

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

border-color css

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

 span { border-color: rgb(165,116,157); }

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