Html Css Color HEX #A67BA1 Bouquet

📋 copy color: '#A67BA1'

red 166 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #A67BA1

Tints of Bouquet #A67BA1

RGB

 RED value IS 166 (65.23% from 255) = 36.89%

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

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

R = 36.89%
G = 27.33%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A67BA1 (or 0xA67BA1) is known color: Bouquet. HEX triplet: A6, 7B and A1. RGB value is (166,123,161). Sum of RGB (Red+Green+Blue) = 166+123+161=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A67BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BA1 is #59845E. Grayscale: #8C8C8C. Windows color (decimal): -5866591 or 10582950. OLE color: 10582950.

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

Color convert

RGB 166 123 161 -
CMYK 0 0.26 0.03 0.35
HSL 306.98º 0.19% 0.57% -
HSV(B) 306.98º 0.26% 0.65% -
XYZ 29.24 24.85 36.97 -
YUV 140.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 166 123 161 0 0.26 0.03 0.35 306.98 0.19 0.57
Hex A6 7B A1 0 1A 3 23 133 13 39
Octal 246 173 241 0 32 3 43 463 23 71
Binary 10100110 1111011 10100001 0 11010 11 100011 100110011 10011 111001

Color Harmonies of #A67BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67BA1

Black with #A67BA1

Text Example


Text Example

White with #A67BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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