Html Css Color HEX #A07A9B Bouquet

📋 copy color: '#A07A9B'

red 160 ◦ green 122 ◦ blue 155

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

Shades of Bouquet #A07A9B

Tints of Bouquet #A07A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

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

R = 36.61%
G = 27.92%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A07A9B (or 0xA07A9B) is known color: Bouquet. HEX triplet: A0, 7A and 9B. RGB value is (160,122,155). Sum of RGB (Red+Green+Blue) = 160+122+155=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A9B is #5F8564. Grayscale: #898989. Windows color (decimal): -6260069 or 10189472. OLE color: 10189472.

HSL color Cylindrical-coordinate representation of color #A07A9B: hue angle of 307.89º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07A9B is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 122 155 -
CMYK 0 0.24 0.03 0.37
HSL 307.89º 0.17% 0.55% -
HSV(B) 307.89º 0.24% 0.63% -
XYZ 27.37 23.76 34.15 -
YUV 137.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 160 122 155 0 0.24 0.03 0.37 307.89 0.17 0.55
Hex A0 7A 9B 0 18 3 25 134 11 37
Octal 240 172 233 0 30 3 45 464 21 67
Binary 10100000 1111010 10011011 0 11000 11 100101 100110100 10001 110111

Color Harmonies of #A07A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A9B

Black with #A07A9B

Text Example


Text Example

White with #A07A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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