Html Css Color HEX #A68BA0 Bouquet

📋 copy color: '#A68BA0'

red 166 ◦ green 139 ◦ blue 160

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

Shades of Bouquet #A68BA0

Tints of Bouquet #A68BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.89%

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

R = 35.7%
G = 29.89%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A68BA0 (or 0xA68BA0) is known color: Bouquet. HEX triplet: A6, 8B and A0. RGB value is (166,139,160). Sum of RGB (Red+Green+Blue) = 166+139+160=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A68BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BA0 is #59745F. Grayscale: #959595. Windows color (decimal): -5862496 or 10521510. OLE color: 10521510.

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

Color convert

RGB 166 139 160 -
CMYK 0 0.16 0.04 0.35
HSL 313.33º 0.13% 0.6% -
HSV(B) 313.33º 0.16% 0.65% -
XYZ 31.3 29.11 37.23 -
YUV 149.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 166 139 160 0 0.16 0.04 0.35 313.33 0.13 0.6
Hex A6 8B A0 0 10 4 23 139 D 3C
Octal 246 213 240 0 20 4 43 471 15 74
Binary 10100110 10001011 10100000 0 10000 100 100011 100111001 1101 111100

Color Harmonies of #A68BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BA0

Black with #A68BA0

Text Example


Text Example

White with #A68BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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