Html Css Color HEX #A07C9B Bouquet

📋 copy color: '#A07C9B'

red 160 ◦ green 124 ◦ blue 155

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

Shades of Bouquet #A07C9B

Tints of Bouquet #A07C9B

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

 GREEN value IS 124 (48.83% from 255) = 28.25%

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

R = 36.45%
G = 28.25%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A07C9B (or 0xA07C9B) is known color: Bouquet. HEX triplet: A0, 7C and 9B. RGB value is (160,124,155). Sum of RGB (Red+Green+Blue) = 160+124+155=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C9B is #5F8364. Grayscale: #8A8A8A. Windows color (decimal): -6259557 or 10189984. OLE color: 10189984.

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

Color convert

RGB 160 124 155 -
CMYK 0 0.22 0.03 0.37
HSL 308.33º 0.16% 0.56% -
HSV(B) 308.33º 0.23% 0.63% -
XYZ 27.62 24.26 34.24 -
YUV 138.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 160 124 155 0 0.22 0.03 0.37 308.33 0.16 0.56
Hex A0 7C 9B 0 16 3 25 134 10 38
Octal 240 174 233 0 26 3 45 464 20 70
Binary 10100000 1111100 10011011 0 10110 11 100101 100110100 10000 111000

Color Harmonies of #A07C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C9B

Black with #A07C9B

Text Example


Text Example

White with #A07C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C9B; }

 p { color: rgb(160,124,155); }

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

background-color css

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

 a { background-color: rgb(160,124,155); }

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

border-color css

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

 span { border-color: rgb(160,124,155); }

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