Html Css Color HEX #A5759C Bouquet

📋 copy color: '#A5759C'

red 165 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #A5759C

Tints of Bouquet #A5759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 37.67%
G = 26.71%
B = 35.62%

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

#A5759C (or 0xA5759C) is known color: Bouquet. HEX triplet: A5, 75 and 9C. RGB value is (165,117,156). Sum of RGB (Red+Green+Blue) = 165+117+156=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5759C is #5A8A63. Grayscale: #878787. Windows color (decimal): -5933668 or 10253733. OLE color: 10253733.

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

Color convert

RGB 165 117 156 -
CMYK 0 0.29 0.05 0.35
HSL 311.25º 0.21% 0.55% -
HSV(B) 311.25º 0.29% 0.65% -
XYZ 27.88 23.12 34.45 -
YUV 135.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 165 117 156 0 0.29 0.05 0.35 311.25 0.21 0.55
Hex A5 75 9C 0 1D 5 23 137 15 37
Octal 245 165 234 0 35 5 43 467 25 67
Binary 10100101 1110101 10011100 0 11101 101 100011 100110111 10101 110111

Color Harmonies of #A5759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5759C

Black with #A5759C

Text Example


Text Example

White with #A5759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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