Html Css Color HEX #A67F9B Bouquet

📋 copy color: '#A67F9B'

red 166 ◦ green 127 ◦ blue 155

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

Shades of Bouquet #A67F9B

Tints of Bouquet #A67F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 37.05%
G = 28.35%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A67F9B (or 0xA67F9B) is known color: Bouquet. HEX triplet: A6, 7F and 9B. RGB value is (166,127,155). Sum of RGB (Red+Green+Blue) = 166+127+155=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F9B is #598064. Grayscale: #8D8D8D. Windows color (decimal): -5865573 or 10190758. OLE color: 10190758.

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

Color convert

RGB 166 127 155 -
CMYK 0 0.23 0.07 0.35
HSL 316.92º 0.18% 0.57% -
HSV(B) 316.92º 0.23% 0.65% -
XYZ 29.23 25.65 34.42 -
YUV 141.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 166 127 155 0 0.23 0.07 0.35 316.92 0.18 0.57
Hex A6 7F 9B 0 17 7 23 13D 12 39
Octal 246 177 233 0 27 7 43 475 22 71
Binary 10100110 1111111 10011011 0 10111 111 100011 100111101 10010 111001

Color Harmonies of #A67F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F9B

Black with #A67F9B

Text Example


Text Example

White with #A67F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F9B; }

 p { color: rgb(166,127,155); }

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

background-color css

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

 a { background-color: rgb(166,127,155); }

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

border-color css

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

 span { border-color: rgb(166,127,155); }

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