Html Css Color HEX #A07995 Bouquet

📋 copy color: '#A07995'

red 160 ◦ green 121 ◦ blue 149

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

Shades of Bouquet #A07995

Tints of Bouquet #A07995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 37.21%
G = 28.14%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A07995 (or 0xA07995) is known color: Bouquet. HEX triplet: A0, 79 and 95. RGB value is (160,121,149). Sum of RGB (Red+Green+Blue) = 160+121+149=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A07995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07995 is #5F866A. Grayscale: #878787. Windows color (decimal): -6260331 or 9796000. OLE color: 9796000.

HSL color Cylindrical-coordinate representation of color #A07995: hue angle of 316.92º 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 #A07995 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 149 -
CMYK 0 0.24 0.07 0.37
HSL 316.92º 0.17% 0.55% -
HSV(B) 316.92º 0.24% 0.63% -
XYZ 26.76 23.32 31.52 -
YUV 135.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 160 121 149 0 0.24 0.07 0.37 316.92 0.17 0.55
Hex A0 79 95 0 18 7 25 13D 11 37
Octal 240 171 225 0 30 7 45 475 21 67
Binary 10100000 1111001 10010101 0 11000 111 100101 100111101 10001 110111

Color Harmonies of #A07995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07995

Black with #A07995

Text Example


Text Example

White with #A07995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07995; }

 p { color: rgb(160,121,149); }

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

background-color css

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

 a { background-color: rgb(160,121,149); }

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

border-color css

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

 span { border-color: rgb(160,121,149); }

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