Html Css Color HEX #A57BA0 Bouquet

📋 copy color: '#A57BA0'

red 165 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #A57BA0

Tints of Bouquet #A57BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.46%

 BLUE value IS 160 (62.89% from 255) = 35.71%

R = 36.83%
G = 27.46%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A57BA0 (or 0xA57BA0) is known color: Bouquet. HEX triplet: A5, 7B and A0. RGB value is (165,123,160). Sum of RGB (Red+Green+Blue) = 165+123+160=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A57BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57BA0 is #5A845F. Grayscale: #8B8B8B. Windows color (decimal): -5932128 or 10517413. OLE color: 10517413.

HSL color Cylindrical-coordinate representation of color #A57BA0: hue angle of 307.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A57BA0 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 123 160 -
CMYK 0 0.25 0.03 0.35
HSL 307.14º 0.19% 0.56% -
HSV(B) 307.14º 0.25% 0.65% -
XYZ 28.95 24.7 36.5 -
YUV 139.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 165 123 160 0 0.25 0.03 0.35 307.14 0.19 0.56
Hex A5 7B A0 0 19 3 23 133 13 38
Octal 245 173 240 0 31 3 43 463 23 70
Binary 10100101 1111011 10100000 0 11001 11 100011 100110011 10011 111000

Color Harmonies of #A57BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BA0

Black with #A57BA0

Text Example


Text Example

White with #A57BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BA0; }

 p { color: rgb(165,123,160); }

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

background-color css

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

 a { background-color: rgb(165,123,160); }

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

border-color css

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

 span { border-color: rgb(165,123,160); }

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