Html Css Color HEX #A07599 Bouquet

📋 copy color: '#A07599'

red 160 ◦ green 117 ◦ blue 153

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

Shades of Bouquet #A07599

Tints of Bouquet #A07599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 37.21%
G = 27.21%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A07599 (or 0xA07599) is known color: Bouquet. HEX triplet: A0, 75 and 99. RGB value is (160,117,153). Sum of RGB (Red+Green+Blue) = 160+117+153=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A07599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07599 is #5F8A66. Grayscale: #858585. Windows color (decimal): -6261351 or 10057120. OLE color: 10057120.

HSL color Cylindrical-coordinate representation of color #A07599: hue angle of 309.77º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07599 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 153 -
CMYK 0 0.27 0.04 0.37
HSL 309.77º 0.18% 0.54% -
HSV(B) 309.77º 0.27% 0.63% -
XYZ 26.61 22.5 33.08 -
YUV 133.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 160 117 153 0 0.27 0.04 0.37 309.77 0.18 0.54
Hex A0 75 99 0 1B 4 25 136 12 36
Octal 240 165 231 0 33 4 45 466 22 66
Binary 10100000 1110101 10011001 0 11011 100 100101 100110110 10010 110110

Color Harmonies of #A07599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07599

Black with #A07599

Text Example


Text Example

White with #A07599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07599; }

 p { color: rgb(160,117,153); }

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

background-color css

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

 a { background-color: rgb(160,117,153); }

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

border-color css

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

 span { border-color: rgb(160,117,153); }

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