Html Css Color HEX #A5759B Bouquet

📋 copy color: '#A5759B'

red 165 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #A5759B

Tints of Bouquet #A5759B

RGB

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

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

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

R = 37.76%
G = 26.77%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5759B (or 0xA5759B) is known color: Bouquet. HEX triplet: A5, 75 and 9B. RGB value is (165,117,155). Sum of RGB (Red+Green+Blue) = 165+117+155=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5759B is #5A8A64. Grayscale: #878787. Windows color (decimal): -5933669 or 10188197. OLE color: 10188197.

HSL color Cylindrical-coordinate representation of color #A5759B: hue angle of 312.5º 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 #A5759B is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 155 -
CMYK 0 0.29 0.06 0.35
HSL 312.5º 0.21% 0.55% -
HSV(B) 312.5º 0.29% 0.65% -
XYZ 27.79 23.09 34 -
YUV 135.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 165 117 155 0 0.29 0.06 0.35 312.5 0.21 0.55
Hex A5 75 9B 0 1D 6 23 138 15 37
Octal 245 165 233 0 35 6 43 470 25 67
Binary 10100101 1110101 10011011 0 11101 110 100011 100111000 10101 110111

Color Harmonies of #A5759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5759B

Black with #A5759B

Text Example


Text Example

White with #A5759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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