Html Css Color HEX #A5759D Bouquet

📋 copy color: '#A5759D'

red 165 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #A5759D

Tints of Bouquet #A5759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 37.59%
G = 26.65%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5759D (or 0xA5759D) is known color: Bouquet. HEX triplet: A5, 75 and 9D. RGB value is (165,117,157). Sum of RGB (Red+Green+Blue) = 165+117+157=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5759D is #5A8A62. Grayscale: #878787. Windows color (decimal): -5933667 or 10319269. OLE color: 10319269.

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

Color convert

RGB 165 117 157 -
CMYK 0 0.29 0.05 0.35
HSL 310º 0.21% 0.55% -
HSV(B) 310º 0.29% 0.65% -
XYZ 27.96 23.16 34.89 -
YUV 135.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 165 117 157 0 0.29 0.05 0.35 310 0.21 0.55
Hex A5 75 9D 0 1D 5 23 136 15 37
Octal 245 165 235 0 35 5 43 466 25 67
Binary 10100101 1110101 10011101 0 11101 101 100011 100110110 10101 110111

Color Harmonies of #A5759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5759D

Black with #A5759D

Text Example


Text Example

White with #A5759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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