Html Css Color HEX #A07D9E Bouquet

📋 copy color: '#A07D9E'

red 160 ◦ green 125 ◦ blue 158

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

Shades of Bouquet #A07D9E

Tints of Bouquet #A07D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 36.12%
G = 28.22%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A07D9E (or 0xA07D9E) is known color: Bouquet. HEX triplet: A0, 7D and 9E. RGB value is (160,125,158). Sum of RGB (Red+Green+Blue) = 160+125+158=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D9E is #5F8261. Grayscale: #8B8B8B. Windows color (decimal): -6259298 or 10386848. OLE color: 10386848.

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

Color convert

RGB 160 125 158 -
CMYK 0 0.22 0.01 0.37
HSL 303.43º 0.16% 0.56% -
HSV(B) 303.43º 0.22% 0.63% -
XYZ 28 24.61 35.62 -
YUV 139.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 160 125 158 0 0.22 0.01 0.37 303.43 0.16 0.56
Hex A0 7D 9E 0 16 1 25 12F 10 38
Octal 240 175 236 0 26 1 45 457 20 70
Binary 10100000 1111101 10011110 0 10110 1 100101 100101111 10000 111000

Color Harmonies of #A07D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D9E

Black with #A07D9E

Text Example


Text Example

White with #A07D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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