Html Css Color HEX #A67394 Bouquet

📋 copy color: '#A67394'

red 166 ◦ green 115 ◦ blue 148

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

Shades of Bouquet #A67394

Tints of Bouquet #A67394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 38.69%
G = 26.81%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A67394 (or 0xA67394) is known color: Bouquet. HEX triplet: A6, 73 and 94. RGB value is (166,115,148). Sum of RGB (Red+Green+Blue) = 166+115+148=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A67394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67394 is #598C6B. Grayscale: #858585. Windows color (decimal): -5868652 or 9728934. OLE color: 9728934.

HSL color Cylindrical-coordinate representation of color #A67394: hue angle of 321.18º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67394 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 115 148 -
CMYK 0 0.31 0.11 0.35
HSL 321.18º 0.22% 0.55% -
HSV(B) 321.18º 0.31% 0.65% -
XYZ 27.2 22.51 30.93 -
YUV 134.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 166 115 148 0 0.31 0.11 0.35 321.18 0.22 0.55
Hex A6 73 94 0 1F B 23 141 16 37
Octal 246 163 224 0 37 13 43 501 26 67
Binary 10100110 1110011 10010100 0 11111 1011 100011 101000001 10110 110111

Color Harmonies of #A67394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67394

Black with #A67394

Text Example


Text Example

White with #A67394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67394; }

 p { color: rgb(166,115,148); }

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

background-color css

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

 a { background-color: rgb(166,115,148); }

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

border-color css

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

 span { border-color: rgb(166,115,148); }

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