Html Css Color HEX #A07897 Bouquet

📋 copy color: '#A07897'

red 160 ◦ green 120 ◦ blue 151

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

Shades of Bouquet #A07897

Tints of Bouquet #A07897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 37.12%
G = 27.84%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A07897 (or 0xA07897) is known color: Bouquet. HEX triplet: A0, 78 and 97. RGB value is (160,120,151). Sum of RGB (Red+Green+Blue) = 160+120+151=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A07897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07897 is #5F8768. Grayscale: #878787. Windows color (decimal): -6260585 or 9926816. OLE color: 9926816.

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

Color convert

RGB 160 120 151 -
CMYK 0 0.25 0.06 0.37
HSL 313.5º 0.17% 0.55% -
HSV(B) 313.5º 0.25% 0.63% -
XYZ 26.8 23.14 32.33 -
YUV 135.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 160 120 151 0 0.25 0.06 0.37 313.5 0.17 0.55
Hex A0 78 97 0 19 6 25 13A 11 37
Octal 240 170 227 0 31 6 45 472 21 67
Binary 10100000 1111000 10010111 0 11001 110 100101 100111010 10001 110111

Color Harmonies of #A07897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07897

Black with #A07897

Text Example


Text Example

White with #A07897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07897; }

 p { color: rgb(160,120,151); }

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

background-color css

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

 a { background-color: rgb(160,120,151); }

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

border-color css

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

 span { border-color: rgb(160,120,151); }

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