Html Css Color HEX #A57CA1 Bouquet

📋 copy color: '#A57CA1'

red 165 ◦ green 124 ◦ blue 161

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

Shades of Bouquet #A57CA1

Tints of Bouquet #A57CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

 BLUE value IS 161 (63.28% from 255) = 35.78%

R = 36.67%
G = 27.56%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A57CA1 (or 0xA57CA1) is known color: Bouquet. HEX triplet: A5, 7C and A1. RGB value is (165,124,161). Sum of RGB (Red+Green+Blue) = 165+124+161=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A57CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CA1 is #5A835E. Grayscale: #8C8C8C. Windows color (decimal): -5931871 or 10583205. OLE color: 10583205.

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

Color convert

RGB 165 124 161 -
CMYK 0 0.25 0.02 0.35
HSL 305.85º 0.19% 0.57% -
HSV(B) 305.85º 0.25% 0.65% -
XYZ 29.16 24.99 37 -
YUV 140.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 165 124 161 0 0.25 0.02 0.35 305.85 0.19 0.57
Hex A5 7C A1 0 19 2 23 132 13 39
Octal 245 174 241 0 31 2 43 462 23 71
Binary 10100101 1111100 10100001 0 11001 10 100011 100110010 10011 111001

Color Harmonies of #A57CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CA1

Black with #A57CA1

Text Example


Text Example

White with #A57CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CA1; }

 p { color: rgb(165,124,161); }

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

background-color css

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

 a { background-color: rgb(165,124,161); }

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

border-color css

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

 span { border-color: rgb(165,124,161); }

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