Html Css Color HEX #A5839F Bouquet

📋 copy color: '#A5839F'

red 165 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #A5839F

Tints of Bouquet #A5839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 159 (62.5% from 255) = 34.95%

R = 36.26%
G = 28.79%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5839F (or 0xA5839F) is known color: Bouquet. HEX triplet: A5, 83 and 9F. RGB value is (165,131,159). Sum of RGB (Red+Green+Blue) = 165+131+159=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A5839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5839F is #5A7C60. Grayscale: #909090. Windows color (decimal): -5930081 or 10453925. OLE color: 10453925.

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

Color convert

RGB 165 131 159 -
CMYK 0 0.21 0.04 0.35
HSL 310.59º 0.16% 0.58% -
HSV(B) 310.59º 0.21% 0.65% -
XYZ 29.89 26.74 36.39 -
YUV 144.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 165 131 159 0 0.21 0.04 0.35 310.59 0.16 0.58
Hex A5 83 9F 0 15 4 23 137 10 3A
Octal 245 203 237 0 25 4 43 467 20 72
Binary 10100101 10000011 10011111 0 10101 100 100011 100110111 10000 111010

Color Harmonies of #A5839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5839F

Black with #A5839F

Text Example


Text Example

White with #A5839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5839F; }

 p { color: rgb(165,131,159); }

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

background-color css

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

 a { background-color: rgb(165,131,159); }

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

border-color css

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

 span { border-color: rgb(165,131,159); }

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