Html Css Color HEX #A5839B Bouquet

📋 copy color: '#A5839B'

red 165 ◦ green 131 ◦ blue 155

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

Shades of Bouquet #A5839B

Tints of Bouquet #A5839B

RGB

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

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

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

R = 36.59%
G = 29.05%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5839B (or 0xA5839B) is known color: Bouquet. HEX triplet: A5, 83 and 9B. RGB value is (165,131,155). Sum of RGB (Red+Green+Blue) = 165+131+155=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A5839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5839B is #5A7C64. Grayscale: #8F8F8F. Windows color (decimal): -5930085 or 10191781. OLE color: 10191781.

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

Color convert

RGB 165 131 155 -
CMYK 0 0.21 0.06 0.35
HSL 317.65º 0.16% 0.58% -
HSV(B) 317.65º 0.21% 0.65% -
XYZ 29.55 26.6 34.59 -
YUV 143.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 165 131 155 0 0.21 0.06 0.35 317.65 0.16 0.58
Hex A5 83 9B 0 15 6 23 13E 10 3A
Octal 245 203 233 0 25 6 43 476 20 72
Binary 10100101 10000011 10011011 0 10101 110 100011 100111110 10000 111010

Color Harmonies of #A5839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5839B

Black with #A5839B

Text Example


Text Example

White with #A5839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5839B; }

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

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

background-color css

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

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

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

border-color css

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

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

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