Html Css Color HEX #A07D94 Bouquet

📋 copy color: '#A07D94'

red 160 ◦ green 125 ◦ blue 148

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

Shades of Bouquet #A07D94

Tints of Bouquet #A07D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 36.95%
G = 28.87%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A07D94 (or 0xA07D94) is known color: Bouquet. HEX triplet: A0, 7D and 94. RGB value is (160,125,148). Sum of RGB (Red+Green+Blue) = 160+125+148=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D94 is #5F826B. Grayscale: #8A8A8A. Windows color (decimal): -6259308 or 9731488. OLE color: 9731488.

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

Color convert

RGB 160 125 148 -
CMYK 0 0.22 0.07 0.37
HSL 320.57º 0.16% 0.56% -
HSV(B) 320.57º 0.22% 0.63% -
XYZ 27.18 24.28 31.27 -
YUV 138.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 160 125 148 0 0.22 0.07 0.37 320.57 0.16 0.56
Hex A0 7D 94 0 16 7 25 141 10 38
Octal 240 175 224 0 26 7 45 501 20 70
Binary 10100000 1111101 10010100 0 10110 111 100101 101000001 10000 111000

Color Harmonies of #A07D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D94

Black with #A07D94

Text Example


Text Example

White with #A07D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D94; }

 p { color: rgb(160,125,148); }

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

background-color css

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

 a { background-color: rgb(160,125,148); }

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

border-color css

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

 span { border-color: rgb(160,125,148); }

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