Html Css Color HEX #A678A1 Bouquet

📋 copy color: '#A678A1'

red 166 ◦ green 120 ◦ blue 161

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

Shades of Bouquet #A678A1

Tints of Bouquet #A678A1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

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

R = 37.14%
G = 26.85%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A678A1 (or 0xA678A1) is known color: Bouquet. HEX triplet: A6, 78 and A1. RGB value is (166,120,161). Sum of RGB (Red+Green+Blue) = 166+120+161=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A678A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A678A1 is #59875E. Grayscale: #8A8A8A. Windows color (decimal): -5867359 or 10582182. OLE color: 10582182.

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

Color convert

RGB 166 120 161 -
CMYK 0 0.28 0.03 0.35
HSL 306.52º 0.21% 0.56% -
HSV(B) 306.52º 0.28% 0.65% -
XYZ 28.88 24.11 36.85 -
YUV 138.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 166 120 161 0 0.28 0.03 0.35 306.52 0.21 0.56
Hex A6 78 A1 0 1C 3 23 133 15 38
Octal 246 170 241 0 34 3 43 463 25 70
Binary 10100110 1111000 10100001 0 11100 11 100011 100110011 10101 111000

Color Harmonies of #A678A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678A1

Black with #A678A1

Text Example


Text Example

White with #A678A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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