Html Css Color HEX #A67F9C Bouquet

📋 copy color: '#A67F9C'

red 166 ◦ green 127 ◦ blue 156

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

Shades of Bouquet #A67F9C

Tints of Bouquet #A67F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 36.97%
G = 28.29%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A67F9C (or 0xA67F9C) is known color: Bouquet. HEX triplet: A6, 7F and 9C. RGB value is (166,127,156). Sum of RGB (Red+Green+Blue) = 166+127+156=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F9C is #598063. Grayscale: #8D8D8D. Windows color (decimal): -5865572 or 10256294. OLE color: 10256294.

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

Color convert

RGB 166 127 156 -
CMYK 0 0.23 0.06 0.35
HSL 315.38º 0.18% 0.57% -
HSV(B) 315.38º 0.23% 0.65% -
XYZ 29.32 25.69 34.87 -
YUV 141.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 166 127 156 0 0.23 0.06 0.35 315.38 0.18 0.57
Hex A6 7F 9C 0 17 6 23 13B 12 39
Octal 246 177 234 0 27 6 43 473 22 71
Binary 10100110 1111111 10011100 0 10111 110 100011 100111011 10010 111001

Color Harmonies of #A67F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F9C

Black with #A67F9C

Text Example


Text Example

White with #A67F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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