Html Css Color HEX #A67CA0 Bouquet

📋 copy color: '#A67CA0'

red 166 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #A67CA0

Tints of Bouquet #A67CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

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

R = 36.89%
G = 27.56%
B = 35.56%

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

#A67CA0 (or 0xA67CA0) is known color: Bouquet. HEX triplet: A6, 7C and A0. RGB value is (166,124,160). Sum of RGB (Red+Green+Blue) = 166+124+160=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A67CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CA0 is #59835F. Grayscale: #8C8C8C. Windows color (decimal): -5866336 or 10517670. OLE color: 10517670.

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

Color convert

RGB 166 124 160 -
CMYK 0 0.25 0.04 0.35
HSL 308.57º 0.19% 0.57% -
HSV(B) 308.57º 0.25% 0.65% -
XYZ 29.28 25.06 36.55 -
YUV 140.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 166 124 160 0 0.25 0.04 0.35 308.57 0.19 0.57
Hex A6 7C A0 0 19 4 23 135 13 39
Octal 246 174 240 0 31 4 43 465 23 71
Binary 10100110 1111100 10100000 0 11001 100 100011 100110101 10011 111001

Color Harmonies of #A67CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CA0

Black with #A67CA0

Text Example


Text Example

White with #A67CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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