Html Css Color HEX #A67A9D Bouquet

📋 copy color: '#A67A9D'

red 166 ◦ green 122 ◦ blue 157

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

Shades of Bouquet #A67A9D

Tints of Bouquet #A67A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 37.3%
G = 27.42%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A67A9D (or 0xA67A9D) is known color: Bouquet. HEX triplet: A6, 7A and 9D. RGB value is (166,122,157). Sum of RGB (Red+Green+Blue) = 166+122+157=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A9D is #598562. Grayscale: #8B8B8B. Windows color (decimal): -5866851 or 10320550. OLE color: 10320550.

HSL color Cylindrical-coordinate representation of color #A67A9D: hue angle of 312.27º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A9D is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 157 -
CMYK 0 0.27 0.05 0.35
HSL 312.27º 0.2% 0.56% -
HSV(B) 312.27º 0.27% 0.65% -
XYZ 28.77 24.46 35.1 -
YUV 139.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 166 122 157 0 0.27 0.05 0.35 312.27 0.2 0.56
Hex A6 7A 9D 0 1B 5 23 138 14 38
Octal 246 172 235 0 33 5 43 470 24 70
Binary 10100110 1111010 10011101 0 11011 101 100011 100111000 10100 111000

Color Harmonies of #A67A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A9D

Black with #A67A9D

Text Example


Text Example

White with #A67A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A9D; }

 p { color: rgb(166,122,157); }

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

background-color css

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

 a { background-color: rgb(166,122,157); }

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

border-color css

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

 span { border-color: rgb(166,122,157); }

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