Html Css Color HEX #A07598 Bouquet

📋 copy color: '#A07598'

red 160 ◦ green 117 ◦ blue 152

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

Shades of Bouquet #A07598

Tints of Bouquet #A07598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 37.3%
G = 27.27%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A07598 (or 0xA07598) is known color: Bouquet. HEX triplet: A0, 75 and 98. RGB value is (160,117,152). Sum of RGB (Red+Green+Blue) = 160+117+152=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A07598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07598 is #5F8A67. Grayscale: #858585. Windows color (decimal): -6261352 or 9991584. OLE color: 9991584.

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

Color convert

RGB 160 117 152 -
CMYK 0 0.27 0.05 0.37
HSL 311.16º 0.18% 0.54% -
HSV(B) 311.16º 0.27% 0.63% -
XYZ 26.53 22.46 32.64 -
YUV 133.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 160 117 152 0 0.27 0.05 0.37 311.16 0.18 0.54
Hex A0 75 98 0 1B 5 25 137 12 36
Octal 240 165 230 0 33 5 45 467 22 66
Binary 10100000 1110101 10011000 0 11011 101 100101 100110111 10010 110110

Color Harmonies of #A07598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07598

Black with #A07598

Text Example


Text Example

White with #A07598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07598; }

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

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

background-color css

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

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

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

border-color css

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

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

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