Html Css Color HEX #A68AA0 Bouquet

📋 copy color: '#A68AA0'

red 166 ◦ green 138 ◦ blue 160

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

Shades of Bouquet #A68AA0

Tints of Bouquet #A68AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

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

R = 35.78%
G = 29.74%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A68AA0 (or 0xA68AA0) is known color: Bouquet. HEX triplet: A6, 8A and A0. RGB value is (166,138,160). Sum of RGB (Red+Green+Blue) = 166+138+160=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A68AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AA0 is #59755F. Grayscale: #949494. Windows color (decimal): -5862752 or 10521254. OLE color: 10521254.

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

Color convert

RGB 166 138 160 -
CMYK 0 0.17 0.04 0.35
HSL 312.86º 0.14% 0.6% -
HSV(B) 312.86º 0.17% 0.65% -
XYZ 31.16 28.82 37.18 -
YUV 148.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 166 138 160 0 0.17 0.04 0.35 312.86 0.14 0.6
Hex A6 8A A0 0 11 4 23 139 E 3C
Octal 246 212 240 0 21 4 43 471 16 74
Binary 10100110 10001010 10100000 0 10001 100 100011 100111001 1110 111100

Color Harmonies of #A68AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AA0

Black with #A68AA0

Text Example


Text Example

White with #A68AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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