Html Css Color HEX #A07F95 Bouquet

📋 copy color: '#A07F95'

red 160 ◦ green 127 ◦ blue 149

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

Shades of Bouquet #A07F95

Tints of Bouquet #A07F95

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

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

R = 36.7%
G = 29.13%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A07F95 (or 0xA07F95) is known color: Bouquet. HEX triplet: A0, 7F and 95. RGB value is (160,127,149). Sum of RGB (Red+Green+Blue) = 160+127+149=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F95 is #5F806A. Grayscale: #8B8B8B. Windows color (decimal): -6258795 or 9797536. OLE color: 9797536.

HSL color Cylindrical-coordinate representation of color #A07F95: hue angle of 320º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07F95 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 149 -
CMYK 0 0.21 0.07 0.37
HSL 320º 0.15% 0.56% -
HSV(B) 320º 0.21% 0.63% -
XYZ 27.51 24.82 31.77 -
YUV 139.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 160 127 149 0 0.21 0.07 0.37 320 0.15 0.56
Hex A0 7F 95 0 15 7 25 140 F 38
Octal 240 177 225 0 25 7 45 500 17 70
Binary 10100000 1111111 10010101 0 10101 111 100101 101000000 1111 111000

Color Harmonies of #A07F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F95

Black with #A07F95

Text Example


Text Example

White with #A07F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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