Html Css Color HEX #A67DA0 Bouquet

📋 copy color: '#A67DA0'

red 166 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #A67DA0

Tints of Bouquet #A67DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 36.81%
G = 27.72%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A67DA0 (or 0xA67DA0) is known color: Bouquet. HEX triplet: A6, 7D and A0. RGB value is (166,125,160). Sum of RGB (Red+Green+Blue) = 166+125+160=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A67DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67DA0 is #59825F. Grayscale: #8D8D8D. Windows color (decimal): -5866080 or 10517926. OLE color: 10517926.

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

Color convert

RGB 166 125 160 -
CMYK 0 0.25 0.04 0.35
HSL 308.78º 0.19% 0.57% -
HSV(B) 308.78º 0.25% 0.65% -
XYZ 29.4 25.31 36.59 -
YUV 141.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 166 125 160 0 0.25 0.04 0.35 308.78 0.19 0.57
Hex A6 7D A0 0 19 4 23 135 13 39
Octal 246 175 240 0 31 4 43 465 23 71
Binary 10100110 1111101 10100000 0 11001 100 100011 100110101 10011 111001

Color Harmonies of #A67DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DA0

Black with #A67DA0

Text Example


Text Example

White with #A67DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DA0; }

 p { color: rgb(166,125,160); }

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

background-color css

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

 a { background-color: rgb(166,125,160); }

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

border-color css

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

 span { border-color: rgb(166,125,160); }

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