Html Css Color HEX #A0769B Bouquet

📋 copy color: '#A0769B'

red 160 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #A0769B

Tints of Bouquet #A0769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 36.95%
G = 27.25%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0769B (or 0xA0769B) is known color: Bouquet. HEX triplet: A0, 76 and 9B. RGB value is (160,118,155). Sum of RGB (Red+Green+Blue) = 160+118+155=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0769B is #5F8964. Grayscale: #868686. Windows color (decimal): -6261093 or 10188448. OLE color: 10188448.

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

Color convert

RGB 160 118 155 -
CMYK 0 0.26 0.03 0.37
HSL 307.14º 0.18% 0.55% -
HSV(B) 307.14º 0.26% 0.63% -
XYZ 26.89 22.8 33.99 -
YUV 134.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 160 118 155 0 0.26 0.03 0.37 307.14 0.18 0.55
Hex A0 76 9B 0 1A 3 25 133 12 37
Octal 240 166 233 0 32 3 45 463 22 67
Binary 10100000 1110110 10011011 0 11010 11 100101 100110011 10010 110111

Color Harmonies of #A0769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0769B

Black with #A0769B

Text Example


Text Example

White with #A0769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0769B; }

 p { color: rgb(160,118,155); }

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

background-color css

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

 a { background-color: rgb(160,118,155); }

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

border-color css

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

 span { border-color: rgb(160,118,155); }

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