Html Css Color HEX #A67D9F Bouquet

📋 copy color: '#A67D9F'

red 166 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #A67D9F

Tints of Bouquet #A67D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 36.89%
G = 27.78%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A67D9F (or 0xA67D9F) is known color: Bouquet. HEX triplet: A6, 7D and 9F. RGB value is (166,125,159). Sum of RGB (Red+Green+Blue) = 166+125+159=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D9F is #598260. Grayscale: #8D8D8D. Windows color (decimal): -5866081 or 10452390. OLE color: 10452390.

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

Color convert

RGB 166 125 159 -
CMYK 0 0.25 0.04 0.35
HSL 310.24º 0.19% 0.57% -
HSV(B) 310.24º 0.25% 0.65% -
XYZ 29.32 25.28 36.13 -
YUV 141.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 166 125 159 0 0.25 0.04 0.35 310.24 0.19 0.57
Hex A6 7D 9F 0 19 4 23 136 13 39
Octal 246 175 237 0 31 4 43 466 23 71
Binary 10100110 1111101 10011111 0 11001 100 100011 100110110 10011 111001

Color Harmonies of #A67D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D9F

Black with #A67D9F

Text Example


Text Example

White with #A67D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D9F; }

 p { color: rgb(166,125,159); }

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

background-color css

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

 a { background-color: rgb(166,125,159); }

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

border-color css

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

 span { border-color: rgb(166,125,159); }

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