Html Css Color HEX #A47BA1 Bouquet

📋 copy color: '#A47BA1'

red 164 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #A47BA1

Tints of Bouquet #A47BA1

RGB

 RED value IS 164 (64.45% from 255) = 36.61%

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

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

R = 36.61%
G = 27.46%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A47BA1 (or 0xA47BA1) is known color: Bouquet. HEX triplet: A4, 7B and A1. RGB value is (164,123,161). Sum of RGB (Red+Green+Blue) = 164+123+161=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A47BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BA1 is #5B845E. Grayscale: #8B8B8B. Windows color (decimal): -5997663 or 10582948. OLE color: 10582948.

HSL color Cylindrical-coordinate representation of color #A47BA1: hue angle of 304.39º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A47BA1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 161 -
CMYK 0 0.25 0.02 0.36
HSL 304.39º 0.18% 0.56% -
HSV(B) 304.39º 0.25% 0.64% -
XYZ 28.83 24.63 36.95 -
YUV 139.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 164 123 161 0 0.25 0.02 0.36 304.39 0.18 0.56
Hex A4 7B A1 0 19 2 24 130 12 38
Octal 244 173 241 0 31 2 44 460 22 70
Binary 10100100 1111011 10100001 0 11001 10 100100 100110000 10010 111000

Color Harmonies of #A47BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BA1

Black with #A47BA1

Text Example


Text Example

White with #A47BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BA1; }

 p { color: rgb(164,123,161); }

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

background-color css

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

 a { background-color: rgb(164,123,161); }

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

border-color css

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

 span { border-color: rgb(164,123,161); }

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