Html Css Color HEX #A17D9E Bouquet

📋 copy color: '#A17D9E'

red 161 ◦ green 125 ◦ blue 158

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

Shades of Bouquet #A17D9E

Tints of Bouquet #A17D9E

RGB

 RED value IS 161 (63.28% from 255) = 36.26%

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 36.26%
G = 28.15%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A17D9E (or 0xA17D9E) is known color: Bouquet. HEX triplet: A1, 7D and 9E. RGB value is (161,125,158). Sum of RGB (Red+Green+Blue) = 161+125+158=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17D9E is #5E8261. Grayscale: #8B8B8B. Windows color (decimal): -6193762 or 10386849. OLE color: 10386849.

HSL color Cylindrical-coordinate representation of color #A17D9E: hue angle of 305º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17D9E is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 158 -
CMYK 0 0.22 0.02 0.37
HSL 305º 0.16% 0.56% -
HSV(B) 305º 0.22% 0.63% -
XYZ 28.2 24.71 35.63 -
YUV 139.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 161 125 158 0 0.22 0.02 0.37 305 0.16 0.56
Hex A1 7D 9E 0 16 2 25 131 10 38
Octal 241 175 236 0 26 2 45 461 20 70
Binary 10100001 1111101 10011110 0 10110 10 100101 100110001 10000 111000

Color Harmonies of #A17D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D9E

Black with #A17D9E

Text Example


Text Example

White with #A17D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D9E; }

 p { color: rgb(161,125,158); }

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

background-color css

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

 a { background-color: rgb(161,125,158); }

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

border-color css

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

 span { border-color: rgb(161,125,158); }

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