Html Css Color HEX #A67BA2 Bouquet

📋 copy color: '#A67BA2'

red 166 ◦ green 123 ◦ blue 162

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

Shades of Bouquet #A67BA2

Tints of Bouquet #A67BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 36.81%
G = 27.27%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A67BA2 (or 0xA67BA2) is known color: Bouquet. HEX triplet: A6, 7B and A2. RGB value is (166,123,162). Sum of RGB (Red+Green+Blue) = 166+123+162=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A67BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BA2 is #59845D. Grayscale: #8C8C8C. Windows color (decimal): -5866590 or 10648486. OLE color: 10648486.

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

Color convert

RGB 166 123 162 -
CMYK 0 0.26 0.02 0.35
HSL 305.58º 0.19% 0.57% -
HSV(B) 305.58º 0.26% 0.65% -
XYZ 29.33 24.88 37.44 -
YUV 140.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 166 123 162 0 0.26 0.02 0.35 305.58 0.19 0.57
Hex A6 7B A2 0 1A 2 23 132 13 39
Octal 246 173 242 0 32 2 43 462 23 71
Binary 10100110 1111011 10100010 0 11010 10 100011 100110010 10011 111001

Color Harmonies of #A67BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67BA2

Black with #A67BA2

Text Example


Text Example

White with #A67BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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